Releasing¶
Version scheme¶
libtmux-mcp follows PEP 440 with alpha suffixes during pre-1.0 development (e.g. 0.1.0a0).
Release checklist¶
Update
CHANGES.Bump version in
src/libtmux_mcp/__about__.py.Commit and tag:
git tag v0.X.Y.Push with tags:
git push --follow-tags.CI publishes to PyPI.