Skip to content

Commit 576e0e5

Browse files
authored
Release 2.2.0 (#69)
* Add "integrate", "hint" and "instruct" to the whitelist * Make the messages verbose to instruct unexperienced users what to do about the issues in their commit messages
1 parent a884d91 commit 576e0e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)