Skip to content

Commit

Permalink
Release 2.3.0 (#76)
Browse files Browse the repository at this point in the history
* Add sign-off enforcement
  • Loading branch information
mristin authored Jan 13, 2021
1 parent e46a3d7 commit 72addf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check
uses: mristin/opinionated-commit-message@v2.2.0
uses: mristin/opinionated-commit-message@v2.3.0
```
## Checked Events
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mristin/opinionated-commit-message",
"version": "2.2.0",
"version": "2.3.0",
"description": "GitHub Action to check commit messages according to an opinionated style",
"keywords": [
"github",
Expand Down

0 comments on commit 72addf4

Please sign in to comment.