Skip to content

Commit 18c427b

Browse files
authored
Release 3.0.1 (#119)
* Change `ncc` from zeit to vercel (#118) * Add "transform" to the list of verbs (#116) * Add "group" to the list of verbs (#106) * Add expose to the list of verbs (#104)
1 parent d7bd6c0 commit 18c427b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Check
69-
uses: mristin/opinionated-commit-message@v3.0.0
69+
uses: mristin/opinionated-commit-message@v3.0.1
7070
```
7171
7272
## Checked Events
@@ -99,7 +99,7 @@ string in the workflow file. For example:
9999
```yaml
100100
steps:
101101
- name: Check
102-
uses: mristin/opinionated-commit-message@v3.0.0
102+
uses: mristin/opinionated-commit-message@v3.0.1
103103
with:
104104
additional-verbs: 'chrusimusi, unit-test'
105105
```
@@ -111,7 +111,7 @@ as input:
111111
```yaml
112112
steps:
113113
- name: Check
114-
uses: mristin/opinionated-commit-message@v3.0.0
114+
uses: mristin/opinionated-commit-message@v3.0.1
115115
with:
116116
path-to-additional-verbs: 'src/additional-verbs.txt'
117117
```
@@ -153,7 +153,7 @@ You can allow one-liner commit messages by setting the flag `allow-one-liners`:
153153
```yaml
154154
steps:
155155
- name: Check
156-
uses: mristin/opinionated-commit-message@v3.0.0
156+
uses: mristin/opinionated-commit-message@v3.0.1
157157
with:
158158
allow-one-liners: 'true'
159159
```
@@ -219,7 +219,7 @@ We provide an `enforce-sign-off` flag so that you can enforce the sign-off in th
219219
```yaml
220220
steps:
221221
- name: Check
222-
uses: mristin/opinionated-commit-message@v3.0.0
222+
uses: mristin/opinionated-commit-message@v3.0.1
223223
with:
224224
enforce-sign-off: 'true'
225225
```
@@ -239,7 +239,7 @@ workflow on the push as well. GitHub does not include the content of commit
239239
messages in the context payload, so checking all the commit messages of
240240
the pull request would involve various API call and additional complexity.
241241

242-
To overcome this issue, run opinionanted-commit-message both on `pull_request`
242+
To overcome this issue, run opinionated-commit-message both on `pull_request`
243243
and `push`. Please upvote [this issue](
244244
https://github.com/mristin/opinionated-commit-message/issues/28
245245
) to signal the visibility and so that we could judge when this feature merits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mristin/opinionated-commit-message",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "GitHub Action to check commit messages according to an opinionated style",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)