git-flow-standard-version icon indicating copy to clipboard operation
git-flow-standard-version copied to clipboard

How to handle the tag created by hotfix/* branch?

Open ricosmall opened this issue 4 years ago • 2 comments

When you execute git flow hotfix finish <version>, it will create a <version> tag, if we don't handle it, next time when we run standard-version, it will calculate from the tag above, so that we will lost the commit on hotfix/* branches. How to handle this situation?

ricosmall avatar Aug 04 '20 00:08 ricosmall

Is there any answer to this?

darenmalfait avatar Apr 02 '21 10:04 darenmalfait

Is there any answer to this? Not yet

ricosmall avatar May 22 '21 11:05 ricosmall