Skip to content

Commit

Permalink
Release 2.3.2 (#86)
Browse files Browse the repository at this point in the history
* Add additional verbs from crosshair repo (#84)
  • Loading branch information
mristin authored May 10, 2021
1 parent 75e2c2c commit e00b31f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/[email protected].1
uses: mristin/[email protected].2
```
## Checked Events
Expand Down
2 changes: 1 addition & 1 deletion local/powershell/OpinionatedCommitMessage.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env pwsh
# This file was generated by src/scripts/toPowershell.ts. Do NOT edit or append!
# Version: 2.3.1
# Version: 2.3.2
# Copyright (c) 2020 Marko Ristin <https://github.com/mristin/opinionated-commit-message>
# MIT License

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.3.1",
"version": "2.3.2",
"description": "GitHub Action to check commit messages according to an opinionated style",
"keywords": [
"github",
Expand Down

0 comments on commit e00b31f

Please sign in to comment.