We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da7121 commit a877dbfCopy full SHA for a877dbf
1 file changed
CONTRIBUTING.md
@@ -42,11 +42,8 @@ uv run ruff format .
42
43
## Releases
44
45
-Releases are automated via GitHub Actions. Version is determined from git tags via setuptools_scm.
+Releases are fully automated via [Release Please](https://github.com/googleapis/release-please).
46
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.
+1. Merge PRs to `main` using [conventional commit](https://www.conventionalcommits.org/) prefixes (`feat:`, `fix:`, etc.)
+2. Release Please automatically creates/updates a release PR with changelog and version bump
+3. Merge the release PR to publish to PyPI and deploy updated docs
0 commit comments