-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use version from annotated tag #1
Comments
@shestee, do you want to take a stab at it? |
Thank you for asking. I'll check this out. |
Just a note:
When I experimented with #72 I explored passing the project version via command line, which also makes
|
@nipafx, I clarified that in the description (we're changing this behavior). Thx! |
There are teams that prefer to cut release "on demand", rather than with every change on master (example: linkedin/li-apache-kafka-clients, mockito-kotlin). Those teams are not supported cleanly by our plugin.
Problem statement: how do we enable teams to release on demand and provide automated changelog?
❓ Options
💡Solution discussion:
🌱 Implementation overview:
version.properties
file or missingversion
property is allowed and signals simplified behavior of our plugin (currently, the file and property are required).git checkout 1.2.3
), pick that version:1.2.3
git describe --tags
git checkout main
), pick the highest tag🌎 Long term goals:
The text was updated successfully, but these errors were encountered: