- 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
intomain
, or whatever suits the current branching strategy - Check the docs built, follow up on the release workflow, etc.