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 Mar 1, 2022
1 parent 68ed739 commit e4590b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ features = [ "recursive_page_table", "map_physical_memory" ]
default-target = "x86_64-unknown-linux-gnu"

[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 },
]
pre-release-commit-message = "Release version {{version}}"
disable-publish = true
publish = false

0 comments on commit e4590b8

Please sign in to comment.