- Add a new version to
CHANGELOG.md
. Browse through https://github.com/oceansprint/tesh/commits/main to see what was done since last release. Remember to set the correct release date. - Set the same version in
pyproject.toml
. make tests
git add -p && git ci -m "release VERSION"
git push origin main
and wait for GitHub Actions to pass the build.git tag VERSION
git push --tags