release-tools icon indicating copy to clipboard operation
release-tools copied to clipboard

Add newly created branch to Azure Pipelines

Open hugovk opened this issue 2 years ago • 0 comments

To avoid needing manual PRs such as https://github.com/python/cpython/pull/109453, either PEP 101 or a script such as:

  • Bump version numbers via the release script: $ .../release-tools/release.py --bump X.Y.ZaN

should be updated to add the new branch name to the triggers in https://github.com/python/cpython/blob/main/.azure-pipelines/ci.yml.

hugovk avatar Sep 18 '23 09:09 hugovk