prcolinter
Version:
Easily lint each commit for your PRs against the Conventional Commit spec based on configurable Linter rules.
134 lines (60 loc) • 5.6 kB
Markdown
### [1.4.4](https://github.com/matmar10/prcolinter/compare/1.4.3...1.4.4) (2022-04-25)
### Documentation
* update action name & description ([e1c2c80](https://github.com/matmar10/prcolinter/commit/e1c2c80a88d5687b983de718c1f280fe69facb66))
### [1.4.3](https://github.com/matmar10/prcolinter/compare/1.4.2...1.4.3) (2022-04-25)
### Documentation
* add github branding icon & color ([2454e1f](https://github.com/matmar10/prcolinter/commit/2454e1f09e97ddac6a355481d08b0e0fc51c18b1))
### [1.4.2](https://github.com/matmar10/prcolinter/compare/1.4.1...1.4.2) (2022-04-25)
### Bug Fixes
* action parameter definition required & defaults ([c4e8f91](https://github.com/matmar10/prcolinter/commit/c4e8f91834b8b0bb0310d471af581e73a4df855f))
### Documentation
* add logo source assets ([01435bb](https://github.com/matmar10/prcolinter/commit/01435bb0778ddc34fc67df083c5868cf659ac25d))
### [1.4.1](https://github.com/matmar10/prcolinter/compare/1.4.0...1.4.1) (2021-11-09)
### Bug Fixes
* handle commits from deleted github user ([c68def0](https://github.com/matmar10/prcolinter/commit/c68def07b0943de1356cff193dee205556685185)), closes [#23](https://github.com/matmar10/prcolinter/issues/23)
### Continuous Integration
* add additional context debugging ([da6c5c8](https://github.com/matmar10/prcolinter/commit/da6c5c82b73256e74414a96bcd32aed86baa22bb))
* add additional debug logging ([01459f9](https://github.com/matmar10/prcolinter/commit/01459f9b9e58607c183647aa3cd495bf0f8731a7))
## [1.4.0](https://github.com/matmar10/prcolinter/compare/1.3.0...1.4.0) (2021-10-20)
### Features
* delete old linter comments ([1e2f2a6](https://github.com/matmar10/prcolinter/commit/1e2f2a6cd9d5c50817d83708f28bf731b1372174))
## [1.3.0](https://github.com/matmar10/prcolinter/compare/1.2.1...1.3.0) (2021-10-19)
### Features
* add debugging ([f7818ff](https://github.com/matmar10/prcolinter/commit/f7818ff9a72cc0e18d3d4bc553c00f9f124d37fd))
### Styles
* turn off require refs ([5331b75](https://github.com/matmar10/prcolinter/commit/5331b75f0bb2893fab465a0a63544e67f027f426))
### Documentation
* add instructions for debug mode ([37cf5d0](https://github.com/matmar10/prcolinter/commit/37cf5d0dac72adaaeec476dbb01dd3c55babb8ba))
### [1.2.1](https://github.com/matmar10/prcolinter/compare/1.2.0...1.2.1) (2021-10-19)
### Bug Fixes
* show success report ([54a7ae3](https://github.com/matmar10/prcolinter/commit/54a7ae3a33b13680e60cdbd5d639c73963adf2e0)), closes [#15](https://github.com/matmar10/prcolinter/issues/15)
## [1.2.0](https://github.com/matmar10/prcolinter/compare/1.1.3...1.2.0) (2021-10-19)
### Features
* comment on pull request with lint report ([2d172bd](https://github.com/matmar10/prcolinter/commit/2d172bdb4f04b5bcc6a0f44bead7852474dea890)), closes [#14](https://github.com/matmar10/prcolinter/issues/14)
### [1.1.3](https://github.com/matmar10/prcolinter/compare/1.1.2...1.1.3) (2021-10-19)
### Bug Fixes
* self test action point to local not tag ([0b41f43](https://github.com/matmar10/prcolinter/commit/0b41f4353cefb01c8b2561b03fb31e7ac57d0896))
### Continuous Integration
* run release in CI mode always ([f8a0fcf](https://github.com/matmar10/prcolinter/commit/f8a0fcf55a594afb9945f203dc58ce853461bae6))
### [1.1.2](https://github.com/matmar10/prcolinter/compare/1.1.1...1.1.2) (2021-10-19)
### Documentation
* add keywords & update package info ([2a16f32](https://github.com/matmar10/prcolinter/commit/2a16f32dc688d1b43b1ff3e2aab6d57d74a35052)), closes [#12](https://github.com/matmar10/prcolinter/issues/12)
### [1.1.1](https://github.com/matmar10/pr-conventional-commit/compare/1.1.0...1.1.1) (2021-10-19)
### Documentation
* add README, logo, & rename package ([2fa32ce](https://github.com/matmar10/pr-conventional-commit/commit/2fa32cee362d1c44b825ee5b60b01bdda05c6349)), closes [#11](https://github.com/matmar10/pr-conventional-commit/issues/11)
## [1.1.0](https://github.com/matmar10/pr-conventional-commit/compare/0.4.0...1.1.0) (2021-10-19)
### Features
* allow specifying rules in file ([66e8ed4](https://github.com/matmar10/pr-conventional-commit/commit/66e8ed46ccb5e5aafd41ed8d02fc500df950bd98))
* allow specifying rules in file ([b82a9e0](https://github.com/matmar10/pr-conventional-commit/commit/b82a9e0cde6ba4b958f1f36aa7f0c74f18b1e3c0))
* specify rules in action ([4880aa2](https://github.com/matmar10/pr-conventional-commit/commit/4880aa25ae120dc87fe47e8ca8681ba7e077fbbf))
* specify rules in action ([0eb0d55](https://github.com/matmar10/pr-conventional-commit/commit/0eb0d55e1f0954038cf344511764218b4bd4ee0b))
### Bug Fixes
* correcty identify config path & load it ([a6a9754](https://github.com/matmar10/pr-conventional-commit/commit/a6a9754238145b2d6e37811891ccfb76437fec92))
* inconsistent github token param ([ee0386b](https://github.com/matmar10/pr-conventional-commit/commit/ee0386b3b0f0a06eeaaabc71e9b0d1b8a88c8657))
* remove overly verbose debug input ([df7c8ed](https://github.com/matmar10/pr-conventional-commit/commit/df7c8ed6d506ae3425ad972672fc02d2ddebdb7a))
* test ([cf046b5](https://github.com/matmar10/pr-conventional-commit/commit/cf046b55b4e85adde8ef97b8dba09a981296b68b))
### Continuous Integration
* add release & lint ([b46f016](https://github.com/matmar10/pr-conventional-commit/commit/b46f016294e20ae39175dc4dff4b211a14f97f39))
## [0.1.0](https://github.com/matmar10/pr-conventional-commit/compare/0.4.0...1.1.0) (2021-10-19)
### Features
* add github PR commit linter action ([70b508b](https://github.com/matmar10/pr-conventional-commit/commit/70b508bbfbe180a26793313cede10a0803a1e6c6))