Skip to content

Commit ebfd4e5

Browse files
abadgerMariatta
authored andcommitted
Add a changelog for PRs 264, 265, and 266. (#280)
Fixes #279
1 parent 6121f80 commit ebfd4e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,17 @@ Changelog
342342
1.2.1 (in development)
343343
-----------------------
344344

345+
- Validate the branch name to operate on with ``--continue`` and fail early if the branch could not
346+
have been created by cherry_picker. (`PR #266 <https://github.com/python/core-workflow/pull/266>`_).
347+
348+
- Bugfix: Allow ``--continue`` to support version branches that have dashes in them. This is
349+
a bugfix of the additional branch versioning schemes introduced in 1.2.0.
350+
(`PR #265 <https://github.com/python/core-workflow/pull/265>`_).
351+
352+
- Bugfix: Be explicit about the branch name on the remote to push the cherry pick to. This allows
353+
cherry_picker to work correctly when the user has a git push strategy other than the default
354+
configured. (`PR #264 <https://github.com/python/core-workflow/pull/264>`_).
355+
345356
1.2.0
346357
-----
347358

0 commit comments

Comments
 (0)