You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: