-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
add the ability to mark a hotfix as SNASPHOT #81
Comments
@wtoscer
You mean in production branch? Development still has the SNAPSHOT? |
Actually, if I run hotfix:start and I put 1.0.1-SNAPSHOT for the version, when I run hotfix:finish , I have 1.0.1-SNAPSHOT in my pom.xml on master. |
@aleksandr-m is there already a plan when the PR is merged and released? We are using your plugin and missing only this feature to have a complete hotfix process. |
@marcschiely Have you tested this PR? Does it works as you want it to? |
@aleksandr-m I just tested if the PR does fulfill our needs. Looks like this is exactly what we wanted. So from my side +1 for this PR. |
@marcschiely Good. Merged. |
@aleksandr-m What is your plan to build the next release that contains this issue? |
@marcschiely I'll try to do a release in the next couple of weeks. |
@wtoscer @marcschiely |
and when hotfix:finish is launched, remove -SNAPSHOT from version
The text was updated successfully, but these errors were encountered: