Skip to content

make tag creation optional #730

Answered by woile
TheKangaroo asked this question in Q&A
Oct 20, 2022 · 4 comments · 1 reply
Discussion options

You must be logged in to vote

That's great @TheKangaroo ! Glad to hear you found a solution!

For reference in commitizen you could do:

cz bump --files-only --yes --changelog
git commit -am "bump: release $(cz version --project)"

And later on to create the tag:

git tag $(cz version --project)

Commitizen works well with git, and where commitizen is available you know git will be available, this gives you a lot of flexibility.

Maybe we could add this as a tutorial? 🤔

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@chezhj
Comment options

Answer selected by woile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: feature A new enhacement proposal
4 participants
Converted from issue

This discussion was converted from issue #612 on April 28, 2023 12:50.