Skip to content
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

New parameter for additionalMergeOptions #157

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Iridias
Copy link

@Iridias Iridias commented Feb 14, 2019

The available parameters to control the merge-behavior are quite limited.
Recently we came across the need to specify additional options, in order to make the release-process more robust.

I introduced a new parameter additionalMergeOptions in order to be able to specify options like -Xtheirs to avoid nasty merge-conflicts.
E.g. when specifying "-Xtheirs" for "gitflow:release" it will take the changes from staging, when encountering a merge-conflict. And as the versions for the release are updated in the staging-branch beforehand, it is ensured, that you don't end up with snapshot-versions in production-branch.

@Iridias
Copy link
Author

Iridias commented Mar 25, 2019

As we need even more flexibility, I introduced more parameters for hotfix-finish and release-finish in order to have different merge-options for production-branch and development-branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant