Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Module has no tags #18

Open
alex-harvey-z3q opened this issue Sep 10, 2016 · 1 comment
Open

Module has no tags #18

alex-harvey-z3q opened this issue Sep 10, 2016 · 1 comment

Comments

@alex-harvey-z3q
Copy link

Hi there, would you be so kind as to add the missing git tags to your module. You just need to run these git tag commands followed by git push --tags:

$ git log --format='%s__%H' |while read i ; do if echo $i |grep -q version; then tag=$(echo $i |sed -e 's/__.*//' -e 's/^.*version //' -e 's/^to //') ; hash=$(echo $i | sed -e 's/^.*__//') ; echo git tag $tag $hash ; fi ; done 
git tag 0.5.3 7069833a1048f87172a558a3e57ab21a3b308e7e
git tag 0.5.2 1dafbbfe441699300ce498f446254cfea0cf9b17
git tag 0.5.1 c7655d08d9aeefdb16496c92489fa21be69f91cc
git tag 0.5.0 747bd1d260e4cc8d4d8da3fa77f409c4e2130871
git tag 0.4.0 938ebfbe4d9fdac9fe4258218c5907d4fb665897
git tag 0.3.0 99a4cc90f5e0e89866054385473ac7789aab5f13
git tag 0.2.3 b4103b121027c689de95ef1d379ad088df1fb424
git tag 0.2.2 bf29fe3cde33d1ac55dabc637b4bc097b569d129
git tag 0.2.1 7cd8d06ffc06fec0094841e109f6be4ab4e91095
git tag 0.2.0 430be0b02accfc2748f2ae8ce6f188ec005d384b
@alex-harvey-z3q
Copy link
Author

Also I believe HEAD should be tagged with 0.5.4:

git tag 0.5.4 HEAD

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

No branches or pull requests

1 participant