Releases: Namchee/conventional-pr
Releases · Namchee/conventional-pr
Version 0.15.6
What's Changed
This release introduces a bug fix:
- Allow
issue-validatorto accept valid issue references from external repositories. Previously, it was intended for the validator to not accept any references outside the current repository as I don't find an use-case for it. However #126 presented a use-case for it. Thanks for the heads-up @Th3S4mur41!
Full Changelog: v0.15.5...v0.15.6
Version 0.15.5
Overview
This release introduces a new feature:
- Add
editedas 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
closeoption tofalse. If you want to keep the previous behavior, please set thecloseoption totrue.
Full Changelog: v0.15.2...v0.15.3
v0.15.2
Overview
This release fixes the following issues:
- Fixed
verbosereporting 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