Skip to content

Commit

Permalink
chore: Update docs on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Feb 17, 2020
1 parent 86aa509 commit f2c7729
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ pre-release-commit-message = "chore({{crate_name}}): Release {{version}}"
no-dev-version = true
tag-message = "{{tag_name}}"
tag-name = "{{prefix}}v{{version}}"
pre-release-replacements = [
{file="README.md", search="assert_cmd = .*", replace="assert_cmd = \"{{version}}\""},
{file="src/lib.rs", search="assert_cmd = .*", replace="assert_cmd = \"{{version}}\""},
]

0 comments on commit f2c7729

Please sign in to comment.