Skip to content

Commit

Permalink
Use cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Aug 9, 2023
1 parent a27599c commit a6ece3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ simple_logger = { version = "4.2.0", default_features = false }
rust-ini = "0.19.0"
quick-error = "2.0.1"
signal-hook = { version = "0.3.17", features = ["iterator"] }

[package.metadata.release]
allow-branch = ["master"]
pre-release-commit-message = "Release"
tag-message = "Release {{version}}"

0 comments on commit a6ece3f

Please sign in to comment.