-
Notifications
You must be signed in to change notification settings - Fork 19
Release Process for Registrar
Seamus Johnston edited this page Mar 23, 2023
·
10 revisions
A step-by-step instruction guide to creating a release
-
Navigate to https://github.com/cisagov/getgov/tags
-
Click on Draft a New Release
-
Name the release
-
Create a tag (note, tag must start with v, for example v0.5.0)
Tags use semantic versioning (the next version after 0.9.0 is 0.10.0). Go to version 1.0.0 when the code is ready for use by the public.
-
Add the release notes
-
Click Publish release
-
Go to https://github.com/cisagov/getgov/actions/workflows/migrate.yaml
-
Click "Run Workflow"