-
Notifications
You must be signed in to change notification settings - Fork 157
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
Get previous version #138
Comments
No, currently it is not possible. Do you need just the previous version, or in general list of all versions? |
Just need the previous version. Just like when you get the incremented version when you call currentVersion with the effective incrementers applied, I'd like to get the previous version counterpart again with the effective incrementers applied. E.g. #gradlew pV |
I was able to get the previous version with this:
|
+1 to this use case. Previous version is very useful for automatically building the release notes. This ticket has been filed 5 years ago. Is there a public API currently to expose the previous version? |
@mockitoguy seems useful, do you want to implement this? :) |
I've been trawling through the documentation for this but I can't seem to find something about it. Is it possible in the current iteration of the plugin preferably a task on its own?
The text was updated successfully, but these errors were encountered: