Skip to content

Release Process for Registrar

Seamus Johnston edited this page Mar 23, 2023 · 10 revisions

Overview

A step-by-step instruction guide to creating a release

Steps

  1. Navigate to https://github.com/cisagov/getgov/tags

  2. Click on Draft a New Release

  3. Name the release

  4. 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.

  5. Add the release notes

  6. Click Publish release

  7. Go to https://github.com/cisagov/getgov/actions/workflows/migrate.yaml

  8. Click "Run Workflow"

Clone this wiki locally