Skip to content

Releases: matmar10/prcolinter

Release 1.1.1

19 Oct 06:23
Compare
Choose a tag to compare

1.1.1 (2021-10-19)

Documentation

  • add README, logo, & rename package (2fa32ce), closes #11

Release 1.1.0

19 Oct 05:20
Compare
Choose a tag to compare

1.1.0 (2021-10-19)

Features

  • allow specifying rules in file (66e8ed4)

Bug Fixes

Continuous Integration

0.4.0

19 Oct 04:07
5c7728d
Compare
Choose a tag to compare

What's Changed

  • feat: allow specifying rules in file by @matmar10 in #7

Full Changelog: 0.3.0...0.4.0

0.3.0

19 Oct 03:39
d292160
Compare
Choose a tag to compare

New Features

  • feat: specify rules in action

Bug Fixes

  • fix: remove overly verbose debug input

Full Changelog: 0.2.1...0.3.0

0.2.1

19 Oct 02:26
0eaa150
Compare
Choose a tag to compare

What's Changed

  • fix: inconsistent github token param by @matmar10 in #3

New Contributors

Full Changelog: 0.1.0...0.2.1

Initial release

19 Oct 01:47
Compare
Choose a tag to compare

Adds a reusable Github action that will check each commit within a PR to ensure they each follow conventional commit format. Internally, this uses the @commitlint/lint package.