Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 348 Bytes

File metadata and controls

27 lines (20 loc) · 348 Bytes

Release Guide

Steps

  1. Update version in:
  • goskill/__init__.py
  • setup.py
  • pyproject.toml
  • CHANGELOG.md
  1. Run checks:
make test
make build
  1. Commit and tag:
git add .
git commit -m "release: vX.Y.Z"
git tag vX.Y.Z
git push origin main --tags
  1. GitHub Actions will create the release automatically.