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
3423421.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+
3453561.2.0
346357-----
347358
You can’t perform that action at this time.
0 commit comments