Skip to content

Commit

Permalink
chore: Add release section
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Jul 31, 2024
1 parent 49f72ed commit cd26ed2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ authors = [
]
edition = "2021"
license = "EUPL-1.2"

[workspace.metadata.release]

pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}" ]
pre-release-commit-message="chore: release {{version}} version"
publish=false
shared-version=false
tag-name="v{{version}}"

0 comments on commit cd26ed2

Please sign in to comment.