-
Notifications
You must be signed in to change notification settings - Fork 113
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
Auto-merge release branches into main #429
Comments
See buildpacks/pack#645 and https://github.com/buildpacks/pack/blob/main/.github/workflows/release-merge.yml for reference on how |
Do we want to do this when the release is published or on new pushes to the release branch? |
@natalieparellano, it is an interesting question! |
Pack does this whenever there is a new push to the release branch. It helps make sure that the two branches ( |
@dfreilich, thanks for your input! |
Typically a release branch exists for 5 business days. The process is detailed here. Ideally releases should only happen every 6 weeks, with our cadence, but with hotfixes (etc), they tend to happen a bit more frequently... 😅 |
@dfreilich, thanks again! |
Now, after we moved the release process to Github Actions (see #415), we would like to add a Github Actions workflow for auto-merging
release
branches intomain
after the releases are publishedon every commit to therelease
branch.The text was updated successfully, but these errors were encountered: