How to Release?¶
Creating a new release of the NC requires 3 steps
Prepare the release
Merge your pull request to the default branch
Trigger the release process
poetry run -- nox -s release:prepare -- --type {major,minor,patch}
poetry run -- nox -s release:trigger
For further information, please refer to section How to Release in the PTB’s User Guide.