-
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
Rebase hotfixes #35
Comments
Hi @ciltocruz, this plugin is mainly a hacky way to achieve simple backmerges with semantic-release.
But merge conflicts are not your issue. Can you try to use |
Hello @saitho What I am doing now is that when this happens, then the pipeline fails but only because of the update of the develop branch on main. So what I do is do it manually. Thanks! |
Hello.
I have a problem and I want to ask if there is any way to solve it. It is not a bug of the plugin. it works quite well, but I have found a casuistry in which it has caused an error. I don't know if I haven't configured it correctly.
I've made a feature (feat 1) and merged it into my develop branch. This feature is in the testing phase. Suddenly a hotfix appears in production (main).
The hotfix is pushed to main directly (
hotfix/someName --> main
).When doing "rebase" from main to develop, the problem appears indicating that there are previous commits (feat 1) and that I must pull.
Can I solve it with this plugin or do I have to rebase the hotfixes manually?
The text was updated successfully, but these errors were encountered: