Skip to content

Commit

Permalink
Add cargo-release configuration, replace version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed May 5, 2021
1 parent 3808ff5 commit 3a4e110
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pre-release-commit-message = "Release {{version}}"
no-dev-version = true
tag-message = "Release {{version}}"
tag-name = "{{version}}"
sign-commit = true
sign-tag = true

pre-release-replacements = [
{file="README.md", search="hassle-rs = .*", replace="{{crate_name}} = \"{{version}}\""},
]

0 comments on commit 3a4e110

Please sign in to comment.