-
Notifications
You must be signed in to change notification settings - Fork 221
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
Adapt version in beforeReleaseBuild #350
Comments
for the sake of completeness I'll also provide the sources of my task. It is included in a custom plugin, so not all private methods may be available, but hopefully all you need in this case.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey guys,
first of all thanks for the great plugin, so far I solved a lot of scenarios using it! :)
Right now I'm trying to derive the new project version depending on our release notes. What I want to achieve is the following:
So what I did was quite simple:
What I see is that the tast is executed correctly and gradle.properties file is also correct and committed correctly. But lets look at an example with current version 0.1.1-SNAPSHOT and creating a feature release.
So I assume that the release plugin does not get the updated gradle project version. Any ideas/hints/help on this? I did not quite find the code pointer in the release plugin for a possible fix. I would have assumed that setting the project.version value before the release task will be reflected during the release task.
The text was updated successfully, but these errors were encountered: