Release Process Update CHANGELOG.md with the version, date, and a summary. Commit changes git commit -am "Prepare version vX.Y.Z" Create annotated tag git tag -a vX.Y.Z -m "Version vX.Y.Z" Push commit and tag git push && git push --tags