Skip to content

Commit e00b31f

Browse files
authored
Release 2.3.2 (#86)
* Add additional verbs from crosshair repo (#84)
1 parent 75e2c2c commit e00b31f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
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@v2.3.1
69+
uses: mristin/opinionated-commit-message@v2.3.2
7070
```
7171
7272
## Checked Events

local/powershell/OpinionatedCommitMessage.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env pwsh
22
# This file was generated by src/scripts/toPowershell.ts. Do NOT edit or append!
3-
# Version: 2.3.1
3+
# Version: 2.3.2
44
# Copyright (c) 2020 Marko Ristin <https://github.com/mristin/opinionated-commit-message>
55
# MIT License
66

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": "2.3.1",
3+
"version": "2.3.2",
44
"description": "GitHub Action to check commit messages according to an opinionated style",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)