Skip to content
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

Automate merging releases to staging #2349

Closed
jobara opened this issue Nov 6, 2024 · 0 comments · Fixed by #2350
Closed

Automate merging releases to staging #2349

jobara opened this issue Nov 6, 2024 · 0 comments · Fixed by #2350
Labels
enhancement New feature or request
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented Nov 6, 2024

Is your feature request related to a problem? Please describe.

Simplify the process of releasing so that more is done in an automated fashion instead of relying on manual tasks via command line.

Describe the solution you'd like

To simplify the release process we should automate merging releases to staging. We had tried to automatically make PRs after a release but at the time it wasn't possible to create PRs from tags (see: #2047). However, we can merge the tag directly into staging when we cut a release and provide an action for merging to production so that the steps don't have to be done manually via command line.

Describe alternatives you've considered

Additional context

Will need to create GitHub App for the permissions needed to automatically trigger the merging of the release as well as to make the commits that aren't fast-forwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant