-
update CHANGELOG.md and commit to
main
-
replace all occurrences of
0.0.1
with the new version and commit tomain
-
tag the new version in the codebase:
git tag v0.0.0
-
push the new tag:
git push --tags
-
verify that the release notes match CHANGELOG.md
-
publish the release