Not working I'm afraid. On branch master I still get: $ git describe v2.0rc-6281-ga504e3905
and $ git describe --tags v2.0.0-6161-ga504e3905 on branch 3.0: $ git describe v2.0rc-6126-gc1a5e4c88 and $ git describe --tags v3.0 Afaik to create annotated tags you need to git tag -a and then |git push --tags| ||which will then basically be handled like a separate commit by git. On 15/01/2019 16:09, Anatoly Osokin wrote: > I created the annotated v.3.0.1 tag. Could you verify please? > > вс, 13 янв. 2019 г., 22:35 Bernhard Landauer [email protected] > <mailto:[email protected]>: > > Thank you. > It seems the tags since 2.0rc were not annotated tags. > For now I can just use 'git describe --long --tags' , which also > shows the un-annotated tags and shows > > v3.0-0-gc1a5e4c88 > > kind regards > Bernhard > > On 13/01/2019 21:13, Anatoly Osokin wrote: >> Hi. Thanks for reporting the issue. I'll take a look at the "git >> describe" behaviour tomorrow. As you can see on GitHub, there is >> a v3.0 tag which is the actual release. FYI, v3.0.1 is to come soon. >> >> вс, 13 янв. 2019 г., 22:10 Bernhard Landauer [email protected] >> <mailto:[email protected]>: >> >> Hello everyone, >> >> I am right now updating the AUR package musescore-git to use >> branch 3.0 >> and for the package version I normally have the PKGBUILD >> script use 'git >> describe'. Unfortunately currently this still returns >> v2.0rc-6244-g5f7747303 which makes the resulting package >> version look >> older than the latest stable package ... >> >> Could you maybe update the tag on github? >> Thank you. >> >> kind regards >> Bernhard >> >> >> >> >> _______________________________________________ >> Mscore-developer mailing list >> [email protected] >> <mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/mscore-developer >> >> >> >> _______________________________________________ >> Mscore-developer mailing list >> [email protected] >> <mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/mscore-developer > _______________________________________________ > Mscore-developer mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/mscore-developer > > > > _______________________________________________ > Mscore-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mscore-developer _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
