Release process¶
- Update
CHANGELOG.md— move items from[Unreleased]into the new version. - Bump the version in
pyproject.tomlandsdwan_mcp/__init__.py. -
Commit on
mainonce CI is green: -
Tag and push:
-
The
releaseworkflow builds the sdist + wheel and attaches them to a GitHub release.
The docs workflow deploys mkdocs-material to GitHub Pages on every push to main (and via workflow_dispatch).