-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Highest
-
None
-
Affects Version/s: 3.0.1
-
Component/s: None
-
None
-
Environment:
macOS
-
Severity 1 - Critical
hgflow will create tag name with branch prefix since upgrade to v3.0, such as hotfix/v1.32.3.
Before v3.0, the tag name aways like a version, without branch prefix, such as v1.32.3.
For git repository, git flow will create tag name without branch prefix on the same SourceTree version.
The command history of SourceTree:
hg flow -y hotfix finish hotfix/v1.32.3 warning: tag hotfix/v1.32.3 conflicts with existing branch name flow: warning: You just specified the <tag-name> using the deprecated syntax: flow: warning: hg flow <stream> finish <tag-name> [<options>] flow: warning: Try using the new syntax to do that in the future: hg flow <stream> finish -t <tag-name> flow: warning: Note that hgflow intentionally forbids finishing a non-workspace branch. 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 1 files updated, 0 files merged, 0 files removed, 0 files unresolved (branch merge, don't forget to commit) 3 files updated, 0 files merged, 0 files removed, 0 files unresolved 3 files updated, 0 files merged, 0 files removed, 0 files unresolved (branch merge, don't forget to commit) Completed successfully