-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing v3.6.1 tag on master branch #1657
Comments
You're right. Can you give me a hint how to set it after the fact? |
Switch to master and issue the following:
|
This does not work unfortunately: $ git tag v3.6.1 1126c9c
fatal: tag 'v3.6.1' already exists
$ git push origin v3.6.1
Everything up-to-date |
Edit nvm im wrong here, tags are bound to commits not to branches so it shouldnt matter. You can close this issue as invalid then, if master doesnt differ from develop |
Alright. Thanks for reporting anyway! |
Okay actually, your master branch differs from the develop branch which is not really a great idea, the tag points to a commit which is only available in the develop branch. |
I am using the same release script for a year now, so I am confused that tags behave differently now. |
This is not specific to 3.6.1 a few more i checked are also only in develop. It entirely depends on how you want to tag, if you want the master branch to be used as a way for users to build releases based on tags, the current tagging wont work and one must use develop for it. If you want the master branch to have the same tags, you need to tag a commit that is in both branches. You can clearly see why they are not the same atm: all the release merge commits are missing on master. |
Found by [email protected]
The text was updated successfully, but these errors were encountered: