Skip to content

v1.5.0

Choose a tag to compare

@PerchunPak PerchunPak released this 28 Apr 21:23
324a378

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/514199

Bugfixes

  • --first-hard-reset-to now 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