Skip to content

Commit

Permalink
chore: change pr name of release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
BobAnkh committed Nov 5, 2024
1 parent 4394da2 commit 9d94dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git_tag_enable = true
git_release_enable = false
# labels for the release PR
pr_labels = ["release"]
pr_name = "Release v{{ version }}"
pr_name = "chore: release v{{ version }}"
# disallow updating repositories with uncommitted changes
allow_dirty = true
# disallow packaging with uncommitted changes
Expand Down

0 comments on commit 9d94dcc

Please sign in to comment.