Skip to content

Commit

Permalink
chore: Config cargo-release commit message.
Browse files Browse the repository at this point in the history
This change is intended to make `cargo release` use a Conventional
Commit compatible prefix when committing new releases.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
  • Loading branch information
alilleybrinker committed Feb 22, 2024
1 parent 842f939 commit 46d11b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ pr-run-mode = "plan"
inherits = "release"
lto = "thin"


[workspace.metadata.release]
pre-release-commit-message = "chore: Release"

0 comments on commit 46d11b9

Please sign in to comment.