Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 605 Bytes

RELEASE.md

File metadata and controls

22 lines (14 loc) · 605 Bytes

Release runbook

Requirements

Steps

  1. Go to app subdirectory

  2. Run cargo release major/minor/patch depending on the presence of breaking changes for this release

    • check if there are any errors
    • ensure that CHANGELOG.md was updated and inspect the contents for any critters
  3. Push the updated CHANGELOG.md using the template below

git push -m "chore (release): prepare for VERSION"
  1. Run cargo release major/minor/patch --execute

  2. Follow CICD progress and troubleshoot as necessary