Skip to content

Releases: k-kinzal/pr

v0.3.1

05 Dec 04:06
b3cbb6a
Compare
Choose a tag to compare

Changelog

  • Automatic Docker image updates

v0.3.0

05 Dec 00:50
6446fe5
Compare
Choose a tag to compare

Changelog

New Feature:

  • support ARM64 (#23)

v0.2.4

09 Apr 06:59
a15608f
Compare
Choose a tag to compare

Changelog

New Feature:

  • retry sending merge request when 405 error returned by merging multiple PRs at once (#21)

v0.2.3

08 Apr 09:06
0ab5565
Compare
Choose a tag to compare

Changelog

New Feature:

  • Support pull request review (only approval!) (#20)

v0.2.2

07 Apr 15:34
3da0e2f
Compare
Choose a tag to compare

Changelog

New Feature:

  • support assignee manipuration (#18)
  • support label manipulation (#17)

Bug Fixes:

  • fixes 405 error when merging multiple PRs (#19)

I got the version bump wrong 😭

v0.2.1

18 Nov 11:34
c6212ff
Compare
Choose a tag to compare

Changelog

Bug Fixes:

  • Fixed long description in check command (#16)

v0.2.0

18 Nov 08:02
cd1c154
Compare
Choose a tag to compare

Changelog

New Feature:

  • Supported comments, reviews, commits, statuses, checks of link relation data of Pull Request.
    These are enabled by specifying the --with-comments, --with-reviews, --with-commits, --with-statuses, with-check, and --with-all flags.
    See --help or JSON for details. (#4, #13, #14)
  • Supported GitHub Action. Rules are automatically generated from environment variables and payload set in GitHub Action. (#5)
  • Added check command.
    Since there is a duplicate status problem in GitHub Action, PR CLI has added a check command that displays a single status. (#6)
  • Added validate command. We can create rules more efficiently with this command. (#11, #12)
  • Added --no-exit-code.
    This flag causes PR CLI to always return an exit code of 0. (#9)

Bug Fixes:

  • Fixes statuses not being display (#2)
  • Fixes date extension did not match JMESPath specification (#15)

Misc:

  • refactor project structure & performance tuning (#3, #7, #8, #10)

v0.1.0

21 Oct 17:11
Compare
Choose a tag to compare

First release 🎉🎉