-
-
Notifications
You must be signed in to change notification settings - Fork 184
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 parameter skipMergeDevBranch
on gitflow:release-finish
goal
#237
Comments
Hi @aleksandr-m, thanks for your reply. |
@jst39 Can you tell more about why do you need this? It is a bit unusual to do a PR to develop branch. |
I think it's for 2 reasons :
|
I would find it useful in multi-module projects
Assuming that both modules start with version
So adding |
@aleksandr-m I'd also find it really useful. Our process requires that all merges to Having the I'm quite surprised that navigating through all the issues nobody has mentioned this specific use case, which is quite normal nowadays in the world of CI/CD. |
I've created the PR #368 to do exactly that. |
|
Hello,
I'm using your plugin to release projects. All works fine, thanks for your work.
In my proejcts, I need to do a PR on develop branch after a
gitflow:release-finish
goal.So, is it possible to add the parameter
skipMergeDevBranch
ongitflow:release-finish
goal ? Like the parameter on thegitflow:hotfix-finish
goal ?Thanks in advance.
The text was updated successfully, but these errors were encountered: