Skip to content

Releases: Namchee/conventional-pr

Version 0.15.4

20 Dec 14:48
b31518c
Compare
Choose a tag to compare

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

20 Dec 04:05
8378fb2
Compare
Choose a tag to compare

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 to false. If you want to keep the previous behavior, please set the close option to true.

Full Changelog: v0.15.2...v0.15.3

v0.15.2

20 Dec 03:42
ea8ba8f
Compare
Choose a tag to compare

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

29 Oct 09:22
93f5107
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

29 Oct 08:26
0ebb5f7
Compare
Choose a tag to compare

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

22 Oct 13:31
cc86d48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

Version 0.14

07 Sep 00:51
5d1221f
Compare
Choose a tag to compare

What's Changed

  • fix: enable custom API URL for enterprise accounts by @Namchee in #91

Full Changelog: v0.13.0...v0.14.0

Version 0.13

19 Jun 08:28
15e7836
Compare
Choose a tag to compare

Overview

Improvements

  1. 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

25 Sep 06:37
d513947
Compare
Choose a tag to compare

Fixes

  1. Fixes issue linking behavior by using GitHub API instead of parsing the pull request body with regular expressions.

Version 0.12.0

26 Aug 15:31
a68c997
Compare
Choose a tag to compare

Features

  • Add verbose option that allows you to receive more verbose validation reports compared to the default behavior.

Other Changes

  • Change the default reporting behavior. In all future releases, conventional-pr will only send messages whenever the validation fails. This will prevent noises caused by conventional-pr.
  • Removes the report option. Validation reports will always logged in the action console.
  • Renames template option to message.
  • Renames maximum_file_changes option to maximum_changes
  • Renames verified_commits option to signed.

Full Changelog: v0.11.0...v0.12.0