git-flow-standard-version
git-flow-standard-version copied to clipboard
How to handle the tag created by hotfix/* branch?
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?
Is there any answer to this?
Is there any answer to this? Not yet