-
Notifications
You must be signed in to change notification settings - Fork 19
Release Process for Staging Environment
Alysia Broddrick edited this page Apr 11, 2024
·
4 revisions
A step-by-step guide to creating a release for the registrar's staging environment.
- From the Releases tab, make note of the latest staging # (the staging # for your release should be 1 number higher)
- Click the "Draft a new release" button, which leads to a form
- Above the form, click "Choose a tag" and create a new tag using your staging number (must be lowercase; e.g., staging-13)
- The "Target" should be preset to "main." If it's not, update to "main."
- Click the "Generate release notes" button above the large input field
- In the "Release title" field, capitalize the "S" in Staging
- Double check with the last staging release that there aren't duplicates, delete any that are found. Github did a change and now duplicates are in almost every release if you do a staging release after doing a stable release (and visa versa).
- Click "Publish release"