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

Feature Proposal: make git tag choosable be lightweight or annotated #266

Open
moznion opened this issue Oct 23, 2020 · 0 comments
Open

Comments

@moznion
Copy link

moznion commented Oct 23, 2020

Hello,

At the moment, this plugin makes a git tag as annotated mode (with -a option).

cmd(withFlags(List(GitFlag(sign, "s")))("tag", "-f", "-a", name, "-m", comment): _*)

Some tools can't recognize the annotated tags certainly ― for example, [release-drafter/release-drafter#615] (but this has already been fixed) ― so I think it would be useful if this mode is configurable.

What do you feel about this? If you think this is good, I have the preparation for this feature.

@moznion moznion changed the title Feature Proposal: make git tag choosable to be lightweight or annotated Feature Proposal: make git tag choosable be lightweight or annotated Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant