Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for annotated release tags with Git #198

Open
jhelwig opened this issue Jul 24, 2011 · 3 comments
Open

Support for annotated release tags with Git #198

jhelwig opened this issue Jul 24, 2011 · 3 comments

Comments

@jhelwig
Copy link

jhelwig commented Jul 24, 2011

It would be very nice if Jeweler optionally supported creating annotated Git tags (even better if they were signed, too). The current light-weight tags aren't used by git describe, without the --tags, or --all flags.

The Git gem doesn't currently support this, but if/when it does then having a config option for specifying that you want to create annotated/signed tags would be nice.

@technicalpickles
Copy link
Owner

Interesting idea. Are you thinking just to annotate with something like the version, optionally with some additional text?

@jhelwig
Copy link
Author

jhelwig commented Jul 25, 2011

Pretty much. The automated tools that I've used in the past which have done this have typically put "Tagging version #{version}", or just "#{version}" as the tag's message.

@flajann2
Copy link
Collaborator

Old, but sounds like a nice feature to have regardless.

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

No branches or pull requests

3 participants