Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 694 Bytes

RELEASING.md

File metadata and controls

26 lines (20 loc) · 694 Bytes

Release checklist

  • Get main to the appropriate code release state. GitHub Actions should be running cleanly for all merges to main. GitHub Actions status

  • Update the CHANGELOG:

git checkout main
edit CHANGELOG.md
git add CHANGELOG.md
git commit -m "Update the CHANGELOG"
git push
  • Tag with next version:
git tag 3.4.0
git push --tags