You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
Hi there.
First, i'm not an expert, but congrats for this project.
I have done some tests with merges from develop to master wth tags successfully, i use this steps:
git checkout developgit flow release start $VERSIONgit add .git flow release finish -F -m "Tag" $VERSIONgit checkout master && git push origin mastergit push origin $VERSIONgit checkout develop && git push origin developNow, if i do a
git flow init -fto change the "master" brach to another branch, i cannot tag 1.0.0 version if i was used 1.0.0 version in default master branch.I want to have a 1.0.0 tag in many branches, basically.
Can i archieve this goal in any way?