Releasing Make sure CHANGELOG.md is up-to-date on main for the impeding release. git tag -a X.Y.X -m "Version X.Y.Z" (where X.Y.Z is the new version) git push --tags