Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 818 Bytes

RELEASING.md

File metadata and controls

28 lines (21 loc) · 818 Bytes

Creating a new release:

This repository uses Github Actions to release.

  1. Start on the main branch and on latest

      git checkout main
      git pull origin main
    
  2. Create a branch with the correct name: release-v${version}

    ex:

      git checkout -b release-v0.0.1
    
  3. Push the branch to origin

      git push origin release-v0.0.1
    
  4. kicks off .github/workflows/release-pr.yml

  5. A Pull Request should be created

  6. Review pull request

  7. Merge PR when ready to release

  8. Release kicks off and runs .github/workflows/release-merge.yml