From 8d2e8621f6e74ed76f17118d30d7bcd4d66cf777 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Sat, 18 Jul 2026 08:45:43 +0200 Subject: [PATCH] docs: update README release process for release-please The manual scripts/release.sh + github-changelog-generator flow was replaced by release-please (#448); point the Development "release" step and the Changelog note at it. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bda7019..c90ca81 100644 --- a/README.md +++ b/README.md @@ -392,11 +392,8 @@ poetry run pytest * release: -``` -export CHANGELOG_GITHUB_TOKEN=$(gopass show -o pins/Github/github-changelog-generator) -./scripts/release.sh patch # or minor, major, prepatch, preminor, premajor, prerelease, or a valid semver string -``` +Releases are automated with [release-please](https://github.com/googleapis/release-please): every push to `master` maintains a release pull request that bumps the version and updates `CHANGELOG.md` from the [Conventional Commits](https://www.conventionalcommits.org/) since the last release. Merging that pull request tags the release, publishes it on GitHub, and uploads the distributions to PyPI via OIDC trusted publishing. ## Changelog -See the [CHANGELOG.md](CHANGELOG.md) file, which is generated using [github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator). +See the [CHANGELOG.md](CHANGELOG.md) file, which is generated from [Conventional Commits](https://www.conventionalcommits.org/) by [release-please](https://github.com/googleapis/release-please).