Releasing¶
Version policy¶
unihan-etl follows semantic versioning. Until 1.0, minor releases may include breaking API changes.
Release checklist¶
Update
CHANGESwith new entries under the next version heading.Bump the version in
pyproject.toml.Commit:
git commit -m "chore: release vX.Y.Z".Tag:
git tag vX.Y.Z.Push:
git push --follow-tags.CI publishes to PyPI automatically on tagged pushes.