Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 542 Bytes

MAINTENANCE.md

File metadata and controls

12 lines (11 loc) · 542 Bytes

Creating a release

  • Create PR:
    • release-plz release-pr --git-token $GITHUB_QCP_TOKEN
    • if this token has expired, you'll need to generate a fresh one; walk back through the release-plz setup steps
  • Merge the PR (rebase strategy preferred)
  • Delete the PR branch
  • git fetch && git merge --ff-only
  • Finalise the release:
    • release-plz release --git-token $GITHUB_QCP_TOKEN
  • Merge dev into main, or whatever suits the current branching strategy
  • Check the docs built, follow up on the release workflow, etc.