Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Loading