Skip to content

Commit

Permalink
Release 2.2.0 (#69)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mristin authored Sep 9, 2020
1 parent a884d91 commit 576e0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.2
# Version: 2.2.0
# 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.1.2",
"version": "2.2.0",
"description": "GitHub Action to check commit messages according to an opinionated style",
"keywords": [
"github",
Expand Down

0 comments on commit 576e0e5

Please sign in to comment.