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

No tags #330

Closed
alex-harvey-z3q opened this issue Sep 10, 2016 · 2 comments
Closed

No tags #330

alex-harvey-z3q opened this issue Sep 10, 2016 · 2 comments

Comments

@alex-harvey-z3q
Copy link

Hi there, looks like this was raised before #63

@alex-harvey-z3q
Copy link
Author

Here's a one liner you can use to add in all the tags. Just copy & paste all the git tag commands, or run the one line script and delete the "echo". After that, git push --tags.

$ git log --format='%s__%H' |while read i ; do if echo $i |grep -q ^Release; then tag=$(echo $i |sed -e 's/^Release //' -e 's/__.*//' -e 's/^v//' -e 's/- Bugfixes//') ; hash=$(echo $i | sed -e 's/^.*__//') ; echo git tag $tag $hash ; fi ; done 
git tag 1.15.0 72370718d78f2dc0e31912dc4b36fa9715755882
git tag 1.14.2 d3e091b440a1cdbf4f9cab6235286af7e7bf2d46
git tag 1.14.1 9f2ae3851b8ac517b3e81ce0ce088f1793e457cd
git tag 1.14.0 066b31ffaad5a464e188b245e698908a187eb381
git tag 1.12.0 9b1d26bba9b063193259033772a7b34eef349e3b
git tag 1.11.0 09c3bf27043602dc6de2c9f5f74dc7fd09f94d3d
git tag 1.10.0 e7389f6e270796372b93b178fd5295abefbdc17a
git tag 1.9.8 cd7daccf1340304ca1776a3043f34b12cd527eec
git tag 1.9.7 c8d2c89b36a0014a8b7af1e24aeb05cd98b091b6
git tag 1.9.6 c3fe3f4630731e4f16314f7d6aa126439edaac66
git tag 1.9.5 eb52429dbf78778a4871169571a744bff44a6287
git tag 1.9.4 68bbc59f216e8c527c388568d748206bb4cbb6ff
git tag 1.9.3 256f99d1701e5ebdfe26d0f31259b44f274c3e9f
git tag 1.9.2 f7f239014afbd2c99fe732d6c32b94dcea4812cd
git tag 1.9.1 6e285db9f178da581f96062faf5f5201ffe7f440
git tag 1.9.0 87fde477d40d7ec34a933835ad56fa011abae2e1
git tag 1.8.3 6fa5ec87d955e84c4153e09cad775a1c08bee78a
git tag 1.8.2 f6f65cb96fd8cf560d2531db97f196bded103fdc
git tag 1.8.1 05ac773e6a773e4e9ebdc9c9c260e85b7cb95bbd
git tag 1.8.0 8004234af7c0459c0170ffa2f9f985947fe25fe7
git tag 1.7.16 500e93440c8281d89728b083e21ce9e106b7a1dd
git tag 1.7.15 278e94851bd094ad5d58ea2853650a566ac76986
git tag 1.7.14 0d2cc3ad955d1f3c9d633883738ee1cfac47766e
git tag 1.7.13 c370e8a6bcc7640a6c3552b43409c04f0cd1228e
git tag 1.7.12 4faf5972de21ce2271f0720079ceb1f61959c2bb
git tag 1.7.11 9dfe517796b5bab9c8e72daf143274754e216176
git tag 1.7.10 1bff7a0f97f4d174f020981e220c3829ff612e49
git tag 1.7.9 478064e7539d28cadc1bb7891ea6a800ebf15e3f
git tag 1.7.8 3524ab779b33338e23f626beb93e2887d23ee31f
git tag 1.7.7 4c57ff35e7e26c34725f9a87d5b61d3930d16560
git tag 1.7.6 aab87350767bbae0757898592c8ba181de7e4318
git tag 1.7.5 9f02867d15ae78752dac89605c3bad9386638a5b
git tag 1.7.4 88d57bb6ef0b79f3e5475c8cfba57d2e4f969eea
git tag 1.7.3 df71eaeef9ccc36990f89ab863b75159a02942e1
git tag 1.7.2 7d758e1b8a6e79fbf73f14d2becb72affc4f7c0d
git tag 1.7.1 cb061834bf86178aba0199de091ec5d1a81e97f1
git tag 1.7.0 e2eb5f1aecfb5c69c7b3882cb5a7e667a2933169
git tag 1.6.6 ef4c5062513e7c2aa1644c74f405df6ff9715874
git tag 1.6.5 d1940d309ba13d3b60818e0a60bfad033f816887
git tag 1.6.4 072f1925bea95af303f9808d3a5dc575a9571c69
git tag 1.2.0 b23f0e63b0fbad17869d141ca23989abb08fd94c
git tag 1.1.9 98a907f6094d210b5bccd0ef2702e6eb495a9010
git tag 1.1.8 c7c5cdf7fa7b40459a04d36c960a833d7eac7253

@stankevich
Copy link
Collaborator

Done, thanks!

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

2 participants