Skip to content
\n

but it would be good to just don't mess up things in the first place.

\n

As I said, we're new to commitizen, so maybe there is an easier way to achive this

\n

Additional context

\n

No response

","upvoteCount":1,"answerCount":4,"acceptedAnswer":{"@type":"Answer","text":"

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

\n

For reference in commitizen you could do:

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

And later on to create the tag:

\n
git tag $(cz version --project)\n
\n

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

\n

Maybe we could add this as a tutorial? 🤔

","upvoteCount":2,"url":"https://github.com/commitizen-tools/commitizen/discussions/730#discussioncomment-5754201"}}}

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.