v1.5.0
What's Changed
This tool can now cherry-pick pull requests!
It works by fetching the list of commits from the PR and then adding it to our TODO list. The order of the input values is preserved
gh-cherry-pick --target PerchunPak/nixpkgs@patched \
NixOS/nixpkgs#514209 \
`: # or specify a URL` \
https://github.com/NixOS/nixpkgs/pull/514199Bugfixes
--first-hard-reset-tonow validates that it received a full commit hash, as GitHub throws an error otherwise (1f35cc3)- Print all validation errors nicely in a box, instead of throwing exceptions (324a378)
Diff: v1.4.0...v1.5.0