File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,17 @@ Changelog
342
342
1.2.1 (in development)
343
343
-----------------------
344
344
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
+
345
356
1.2.0
346
357
-----
347
358
You can’t perform that action at this time.
0 commit comments