You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm including this plugin in our development process and was wondering if it would make sense to support --ff-only when merging the release branch to master? I would like to see the master branch updated "as is" without any changes from the release branch.
The text was updated successfully, but these errors were encountered:
I would like the master branch to represent the last commit of the latest release. The release branch is used to prepare the release, build the artifacts, and the master should just point to the final commit of the release branch.
If there is a merge commit in the master branch, then master does not necessarily represent the same content that was in the release branch where the release was prepared and probably tested too.
The option --ff-only can be used to enforce this requirement.
I'm including this plugin in our development process and was wondering if it would make sense to support
--ff-only
when merging the release branch to master? I would like to see the master branch updated "as is" without any changes from the release branch.The text was updated successfully, but these errors were encountered: