-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Need to skip 'master' branch build after gitflow:release... #135
Comments
I'm working on a pull-request to allow custom merge commit messages. Would that solve your problem? |
I believe so! |
@jjlharrison I think most users are ok with default git merge messages and they can be customized in git config. Custom messages in this plugin would override them. How about create blank merge commit messages in |
Sure, will do. 👍🏻 |
That'd be awesome. Thanks guys, looking forward to getting this working. |
@jjlharrison Any progress? |
@kitplummer I've pushed some changes. Can you take a look. |
Cool! Looks like that'll work. I don't believe we would. |
@kitplummer Great! |
I have a feeling we're close, but are just missing something simple.
We run:
mvn -B gitflow:release
and everything works as expected, we get our 'develop' and 'master' branches updated as expected. However, when the push to 'master' happens it triggers another build. We're trying to use Bitbucket.org's Pipelines - which provide a "skip" ability by using [skip CI] as the commit message. We've tried all kinds of combos of defining the commit messages in the pom configuration. However, there isn't a commit message for the merge from develop to master - when the push happens during the release so we end up unable to actual skip it.Any insight/help would be so greatly appreciated. We've poked at rebasing and fast-forwards to no avail too.
TIA.
The text was updated successfully, but these errors were encountered: