From 576e0e596162b9cda15b4258bded6927ba883f43 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Wed, 9 Sep 2020 14:44:23 +0200 Subject: [PATCH] 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 --- local/powershell/OpinionatedCommitMessage.ps1 | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/powershell/OpinionatedCommitMessage.ps1 b/local/powershell/OpinionatedCommitMessage.ps1 index 9052352..5123931 100644 --- a/local/powershell/OpinionatedCommitMessage.ps1 +++ b/local/powershell/OpinionatedCommitMessage.ps1 @@ -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 # MIT License diff --git a/package.json b/package.json index 8a2a986..359bda9 100644 --- a/package.json +++ b/package.json @@ -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",