mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-23 10:21:51 +01:00
wip: prepare 1.3.0 release
This commit is contained in:
parent
344769680a
commit
8bc41ff4e7
2 changed files with 681 additions and 227 deletions
|
@ -7,7 +7,7 @@ A simple GitHub action that makes sure all commit messages are following the [Co
|
||||||
Note that, typically, you would make this check on a pre-commit hook (for example, using something like [Commitlint](https://commitlint.js.org/)), but those can easily be skipped, hence this GitHub action.
|
Note that, typically, you would make this check on a pre-commit hook (for example, using something like [Commitlint](https://commitlint.js.org/)), but those can easily be skipped, hence this GitHub action.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
Latest version: `v1.2.0`
|
Latest version: `v1.3.0`
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Conventional Commits
|
name: Conventional Commits
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: webiny/action-conventional-commits@v1.1.0
|
- uses: webiny/action-conventional-commits@v1.3.0
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories.
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories.
|
||||||
allowed-commit-types: "feat,fix" # Optional, set if you want a subset of commit types to be allowed.
|
allowed-commit-types: "feat,fix" # Optional, set if you want a subset of commit types to be allowed.
|
||||||
|
|
904
dist/main/index.js
vendored
904
dist/main/index.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue