Releases: Namchee/conventional-pr
Releases · Namchee/conventional-pr
Version 0.15.5
Overview
This release introduces a new feature:
- Add
edited
as a valid state to check for pull request validity by @TheGoderGuy via #118
Full Changelog: v0.15.4...v0.15.5
Version 0.15.4
Overview
This release fixes the following issues:
- Restore manual parsing for issue-keywords when the base branch isn't the default branch. This fixes the corner case stated in #100
Full Changelog: v0.15.3...v0.15.4
Version 0.15.3
Overview
This release changes the following behavior:
- Conventional PR will no longer close invalid pull requests by default. This change is implemented by changing the default value for
close
option tofalse
. If you want to keep the previous behavior, please set theclose
option totrue
.
Full Changelog: v0.15.2...v0.15.3
v0.15.2
Overview
This release fixes the following issues:
- Fixed
verbose
reporting failure bug due to wrong API endpoint access on #103. Thanks for the report @berkon
Full Changelog: v0.15.1...v0.15.2
Version 0.15.1
What's Changed
- docs: remove verified validator in favor of native branch protection rules by @Namchee in #99
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- Migrates most of GitHub API endpoint to GraphQL from REST, eliminating issue linking caveats.
Full Changelog: v0.14.1...v0.15.0
Version 0.14.1
What's Changed
- docs: add Th3S4mur41 as a contributor for bug by @allcontributors in #92
- fix: use magic keywords to detect issue linking by @Namchee in #95
Full Changelog: v0.14.0...v0.14.1
Version 0.14
What's Changed
Full Changelog: v0.13.0...v0.14.0
Version 0.13
Overview
Improvements
- Enhance console report to be more informative and structured. Now, reports written in console will be written in tables in similar fashion to the verbose output one #87.
Full Changelog: v0.12.1...v0.13.0
Version 0.12.1
Fixes
- Fixes issue linking behavior by using GitHub API instead of parsing the pull request body with regular expressions.