Skip to content

Commit

Permalink
Automate release process using cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Aug 2, 2020
1 parent 31852bd commit e5402d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ version = "0.10"
[features]
dev = []
backtrace = ["error-chain/backtrace"]

[package.metadata.release]
no-dev-version = true
pre-release-replacements = [
{ file="CHANGELOG.md", search="## Unreleased", replace="## Unreleased\n\n## {{version}} – {{date}}", exactly=1 },
]
pre-release-commit-message = "Release version {{version}}"

0 comments on commit e5402d1

Please sign in to comment.