In fact I mis-tagged that release '3.9.4' instead of 'v3.9.4'

I've tried renaming the tag by doing:

git tag v3.9.4 3.9.4

git tag -d 3.9.4
-> git push --tags

git push origin :refs/tags/3.9.4
-> - [deleted]         3.9.4

git push --tags
* [new tag]         v3.9.4 -> v3.9.4

It should be ok now. (In fact it seems that tag '3.9.4' still exists on
github, but that's minor).


2014-03-25 18:56 GMT+01:00 Hisham <[email protected]>:

> On 25 March 2014 10:18, Benoit Germain <[email protected]> wrote:
> > Hello,
> >
> > Changes and rockspec available on Github.
>
> Hi,
>
> Tag v3.9.4 is not available in the repository (`git push --tags`?)
>
> -- Hisham
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Luarocks-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/luarocks-developers
>



-- 
Benoit.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to