Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changelog:
exclude:
authors:
- dependabot
- pre-commit-ci
- dependabot[bot]
- pre-commit-ci[bot]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down