On Monday 04 May 2015 12:06:13 Sebastian Kügler wrote: > I've noticed that tags for the latest releases seem to be missing in most > frameworks. Is that a matter of pushing those, or do you need a list with > repos that are missing tags?
Neither. It's a matter of you fetching them :-) git fetch --tags otherwise tags (which are not on a branch) aren't fetched. -- David Faure, [email protected], http://www.davidfaure.fr Working on KDE Frameworks 5 _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
