v0.1.1
Summary
- Adds a new
.github/workflows/release.ymlthat runs on pushes tomain - Automatically bumps the patch version in
pyproject.toml, syncsuv.lock, creates a GitHub release with PR body as release notes, and commits the version bump back tomain - Uses
[skip ci]in the version bump commit to prevent infinite workflow loops
Closes #111
Test plan
- Verify the workflow runs successfully on the next merge to
main - Confirm a GitHub release is created with the correct tag and release notes
- Confirm the version bump commit appears on
mainwith[skip ci]
🤖 Generated with Claude Code