-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
ci: set next-major branch as base branch for bump action #468
Conversation
I need to confirm this PR does what I expect it does. Would you @derberg mind clarifying the following? 🙏 Any change made to Thanks! cc @jonaslagoni as he also had this concerns |
The only thing that this PR is missing is being up to date with master that contains the change that was done in workflows with this PR -> #470 The bump workflow update to
in other words, changes merged to
this is done by bump workflow. With TODO: if we want Generator to handle that,
This (automated update) can be achieved but you just need to open a PR from I hope that makes sense. So bot will merge If something fails when I'm out, ping @magicmatatjahu that have pretty similar setup in react-component (at least the part about publishing pre releases and |
Kudos, SonarCloud Quality Gate passed! |
Branch is now up-to-date with |
/rtm |
Wait... why did the bot merged this PR when there was no +1 from any Code Owner 🤯 ? |
Pinging Code Owners @fmvilas @magicmatatjahu @jonaslagoni @derberg. I think some config is missing in this repository regarding branch protection. A PR shouldn't be merged if there is no +1 of at least one Code Owner. This should be configured in the repository settings, under branch protection rules iirc. |
Why did you remove EDIT: OK, it was a |
It should 👍 |
🎉 This PR is included in version 1.15.0-2022-04-release.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR changes the base branch for the bump action so it only applies to dependants of the
next-major
branch, a branch that was recently created to work on the next major version (#401).Note that the target branch is (and should be)
next-major
.Related issue(s)
#401