Skip to content

Commit

Permalink
chore: add release-plz.toml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Dec 12, 2024
1 parent 8236148 commit 6c1bc32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[workspace]
dependencies_update = true
git_release_enable = true
semver_check = true
pr_branch_prefix = "release-plz/"
pr_name = "chore(release): prepare for publishing"
changelog_config = "cliff.toml"

0 comments on commit 6c1bc32

Please sign in to comment.