File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,8 @@ uv run ruff format .
4242
4343## Releases
4444
45- Releases are automated via GitHub Actions. Version is determined from git tags via setuptools_scm .
45+ Releases are fully automated via [ Release Please ] ( https://github.com/googleapis/release-please ) .
4646
47- To create a release:
48-
49- 1 . Tag: ` git tag v0.1.0 `
50- 2 . Push: ` git push && git push --tags `
51-
52- The CI will automatically publish to PyPI and deploy updated docs.
47+ 1 . Merge PRs to ` main ` using [ conventional commit] ( https://www.conventionalcommits.org/ ) prefixes (` feat: ` , ` fix: ` , etc.)
48+ 2 . Release Please automatically creates/updates a release PR with changelog and version bump
49+ 3 . Merge the release PR to publish to PyPI and deploy updated docs
You can’t perform that action at this time.
0 commit comments