Releases: k-kinzal/pr
Releases · k-kinzal/pr
v0.3.1
v0.3.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
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 of0
. (#9)
Bug Fixes:
- Fixes statuses not being display (#2)
- Fixes date extension did not match JMESPath specification (#15)
Misc: