Show tags:
$ git tag 20150409Tag a particular commit:
git tag -a 20150408 4abcdefg051f382098493f6043482f13437adf05 -m "Pre format change"Push your new tag:
$ git push origin 20150408You can now see it in the github web interface and can add notes etc. and turn it into a release.
No comments:
Post a Comment