-
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
Provide ability to skip the step of committing SNAPSHOT version to master #343
Comments
If that is not already supported I think it is a good feature to add. |
have you tried setting next version to be the same to see if it skips step 2? e.g.
|
Nope, I haven't tried that. Will try and get back with you. Even if that works, I think that would be a sloppy workaround. :) |
Vydruth, Have you tried this ? Looking for a similar option to skip the snapshot version update on master. |
You can disable the updateVersion & commitNewVersion task to skip the commit of the this. |
I am using the gradle release plugin, I see that when we run gradle release when everything works we have 2 commits to our repo's master branch,
I would like to skip the second step. But I did not find any way to do it in the documentation mentioned in https://github.com/researchgate/gradle-release
Am I missing something? Is there a way to skip committing the snapshot version? If yes how do I do it?
The command I am using to do it:
TIA!
The text was updated successfully, but these errors were encountered: