Skip to content
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

Create version tags #31

Open
duststorm opened this issue Mar 15, 2017 · 1 comment
Open

Create version tags #31

duststorm opened this issue Mar 15, 2017 · 1 comment

Comments

@duststorm
Copy link

It would be convenient if the git tag feature would be used to tag the changesets for each of the released versions. That makes it a little easier to grab the source for a specific version.

@duststorm
Copy link
Author

I tried to help out on this one, and tagged all versions that I could decipher from the commit messages. There might be others, but these are the ones indicated by commit messages.

Unfortunately you cannot make a pull request that includes tags, so the best I can do is propose the git commands to add those tags.
`git tag -a v2.18 ed61c4d -m "Tag FW v2.18"
git tag -a v2.17 cb2a205 -m "Tag FW v2.17"
git tag -a v2.16 08a27cf -m "Tag FW v2.16"
git tag -a v2.15 d52906f -m "Tag FW v2.15"
git tag -a v2.13 6d33ac8 -m "Tag FW v2.13"
git tag -a v2.11 02f140e -m "Tag FW v2.11"
git tag -a v2.10 e6ea308 -m "Tag FW v2.10"
git tag -a v2.9 90986c3 -m "Tag FW v2.9"
git tag -a v2.7 42c1b79 -m "Tag FW v2.7"
git tag -a v2.6 d995cf6 -m "Tag FW v2.6"
git tag -a v2.5 2377a45 -m "Tag FW v2.5"
git tag -a v2.4 59309d9 -m "Tag FW v2.4"
git tag -a v2.3 ff090fd -m "Tag FW v2.3"
git tag -a v1.14 984b846 -m "Tag FW v1.14"
git tag -a v1.13 06129bb -m "Tag FW v1.13"

git push --tags
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant