We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the release process with:
./gradlew release -Prelease.releaseVersion=6.0.0-rc.1 -Prelease.newVersion=6.0.0-SNAPSHOT
At some point at the end of the release process, the execution stops with this message:
??> Enter the next version (current one released as [6.0.0-rc.1]): [6.0.0-SNAPSHOT] (WAITING FOR INPUT BELOW)
Hitting ENTER unlock the release process and everything works as expected.
I have the feeling this is new (was different with older version of the 'net.researchgate.release' plugin).
'net.researchgate.release'
I have the feeling that when release.newVersion is provided, there is no need to interrupt the release process. What is the expected behavior?
release.newVersion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the release process with:
At some point at the end of the release process, the execution stops with this message:
Hitting ENTER unlock the release process and everything works as expected.
I have the feeling this is new (was different with older version of the
'net.researchgate.release'
plugin).I have the feeling that when
release.newVersion
is provided, there is no need to interrupt the release process.What is the expected behavior?
The text was updated successfully, but these errors were encountered: