Skip to content

Commit

Permalink
Merge pull request #255 from 0xPolygonMiden/greenhat/disable-tag-on-r…
Browse files Browse the repository at this point in the history
…elease

Disable tag creation on release PR merging(`release` command)
  • Loading branch information
bitwalker authored Jul 23, 2024
2 parents cc889c4 + 9860511 commit fcac669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Only publish when the release PR is merged (starts with `release-plz-`)
# https://release-plz.ieni.dev/docs/config#the-release_always-field
release_always = false
# Do not create a github release
# https://release-plz.ieni.dev/docs/config#the-git_release_enable-field
git_release_enable = false
# Does not create a git tag
# https://release-plz.ieni.dev/docs/config#the-git_tag_enable-field
git_tag_enable = false

0 comments on commit fcac669

Please sign in to comment.