-
Notifications
You must be signed in to change notification settings - Fork 11
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
Backmerge on feature branches #42
Comments
Hi @mehdihadeli Backmerging into one feature branch named "feature/my-feature" should work with the current implementation. Merging into multiple branches using RegEx is not possible.
Depending on the state of the branches backmerges may fail, causing the entire semantic-release process to fail, leaving you with a ready release that was not backmerged correctly, red pipeline and possibly steps after the release process that could not run. Backmerging into multiple branches via a RegEx (e.g. all feature branches; some of them may be weeks or months behind and not merge/rebase properly) may cause such issues that would probably be more annoying than helpful. I am not completely against it, just thinking about the risks. 😅 |
Yes, I agree. What about using feature branch in merge with |
Hi @saitho,
Is it possible back merge develop branch on feature branches?
Because naming for branches doesn't support
regex
(like: feat/**), we can't do this now.For example:
The text was updated successfully, but these errors were encountered: