- Update version in:
goskill/__init__.pysetup.pypyproject.tomlCHANGELOG.md
- Run checks:
make test
make build- Commit and tag:
git add .
git commit -m "release: vX.Y.Z"
git tag vX.Y.Z
git push origin main --tags- GitHub Actions will create the release automatically.