From 6fed15c5ff2624ca95ff0460145f851be12b911c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:51:50 +0300 Subject: [PATCH 1/3] Update bot PR authors to ignore --- .github/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 9d1e098..5f89818 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,5 +1,5 @@ changelog: exclude: authors: - - dependabot - - pre-commit-ci + - dependabot[bot] + - pre-commit-ci[bot] From 7bc72cbabd45792eb93637bf195c8dc449f83f23 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:52:08 +0300 Subject: [PATCH 2/3] Update release checklist for new UI button text --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index bd3fecd..9aaed2f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,9 +9,9 @@ - [ ] Click "Draft a new release" - - [ ] Click "Choose a tag" + - [ ] Click "Select tag" - - [ ] Type the next `cherry-picker-vX.Y.Z` version and select "**Create new tag: cherry-picker-vX.Y.Z** on publish" + - [ ] Type the next `cherry-picker-vX.Y.Z` version, click "Create new tag" then "Create" - [ ] Leave the "Release title" blank (it will be autofilled) From 3a1a7da80531c2acdd705a12c8db7feb9aa6a471 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:53:30 +0300 Subject: [PATCH 3/3] Add changelog for 2.7.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb2c17..928cb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.7.0 + +* Improve error output when a command fails by @hugovk in https://github.com/python/cherry-picker/pull/176 +* Replace Click dependency with argparse by @hugovk in https://github.com/python/cherry-picker/pull/186 +* Add support for Python 3.15 by @hugovk in https://github.com/python/cherry-picker/pull/171 +* Drop support for Python 3.9 by @hugovk in https://github.com/python/cherry-picker/pull/164 + ## 2.6.0 * Check commit count against `upstream` by @webknjaz in https://github.com/python/cherry-picker/pull/156