Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Mar 21:16

Summary

  • Adds a new .github/workflows/release.yml that runs on pushes to main
  • Automatically bumps the patch version in pyproject.toml, syncs uv.lock, creates a GitHub release with PR body as release notes, and commits the version bump back to main
  • 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 main with [skip ci]

🤖 Generated with Claude Code