Please Provide Annotated Release Tags #17

Closed
opened 2017-03-28 19:43:41 +00:00 by lunny · 5 comments
Owner

Author: @MTecknology

This package is used by Gitea which is a package I'm currently working to get into Debian. This means I get to do a review of all build dependencies. While working through your project, I saw that tags are used to mark releases, but they are not being annotated.

Unannotated release tags end up causing some headaches for packaging systems that monitor upstream activity--mostly for new releases--because the information is missing from 'git describe'. To annotate a tag, it just needs the -a flag passed. (git tag -a).

If you're willing to, it's possible to update the current tags (or just latest) with annotation. I've included some links [1] [2] that explain the process.

If you choose not to update tags, it would still be hugely appreciated if you could use annotated tags in the future.

[1] http://sartak.org/2011/01/replace-a-lightweight-git-tag-with-an-annotated-tag.html
[2] http://stackoverflow.com/questions/5002555/can-a-lightweight-tag-be-converted-to-an-annotated-tag

Author: @MTecknology This package is used by Gitea which is a package I'm currently working to get into Debian. This means I get to do a review of all build dependencies. While working through your project, I saw that tags are used to mark releases, but they are not being annotated. Unannotated release tags end up causing some headaches for packaging systems that monitor upstream activity--mostly for new releases--because the information is missing from 'git describe'. To annotate a tag, it just needs the -a flag passed. (git tag -a). If you're willing to, it's possible to update the current tags (or just latest) with annotation. I've included some links [1] [2] that explain the process. If you choose not to update tags, it would still be hugely appreciated if you could use annotated tags in the future. [1] http://sartak.org/2011/01/replace-a-lightweight-git-tag-with-an-annotated-tag.html [2] http://stackoverflow.com/questions/5002555/can-a-lightweight-tag-be-converted-to-an-annotated-tag
Author
Owner

Author: @lunny

Hi, maybe you mean github.com/go-xorm/xorm? This is a test repository for xorm and should not be a dependency by xorm or Gitea.

Author: @lunny Hi, maybe you mean `github.com/go-xorm/xorm`? This is a test repository for xorm and should not be a dependency by xorm or Gitea.
Author
Owner

Author: @MTecknology

Nope, I meant xorm-test. I haven't had a chance to look at xorm yet because xorm-test is a build dependency of xorm (for running tests).

Author: @MTecknology Nope, I meant xorm-test. I haven't had a chance to look at xorm yet because xorm-test is a build dependency of xorm (for running tests).
Author
Owner

Author: @lunny

I have added one, but I don't know if it's help for you.

Author: @lunny I have added one, but I don't know if it's help for you.
Author
Owner

Author: @MTecknology

Yup! It helps! It's always helpful when release tags are annotated, even if it's just "v${version}". Thanks!

Author: @MTecknology Yup! It helps! It's always helpful when release tags are annotated, even if it's just "v${version}". Thanks!
Author
Owner

Author: @MTecknology

I'm assuming we'll continue with this practice so this issue is resolved.

Author: @MTecknology I'm assuming we'll continue with this practice so this issue is resolved.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/tests#17
No description provided.