Skip to content

Commit

Permalink
Update cargo-release configuration to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jul 10, 2022
1 parent ea52a65 commit 83cfa2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ external_asm = []
inline_asm = []

[package.metadata.release]
no-dev-version = true
dev-version = false
pre-release-replacements = [
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
{ file = "Changelog.md", search = "# Unreleased", replace = "# Unreleased\n\n# {{version}} – {{date}}", exactly = 1 },
]
pre-release-commit-message = "Bump version to {{version}}"
disable-push = true
disable-publish = true
disable-tag = true
push = false
publish = false
tag = false

0 comments on commit 83cfa2b

Please sign in to comment.