From 94f62f917b004b40381177152360e8fff63dd6d9 Mon Sep 17 00:00:00 2001 From: Morrison Cole Date: Fri, 23 Oct 2020 08:37:45 +0900 Subject: [PATCH] docs: release notes for v1.4.1 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4344692..ffdfa37 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: pr-lint: runs-on: ubuntu-latest steps: - - uses: morrisoncole/pr-lint-action@v1.3.0 + - uses: morrisoncole/pr-lint-action@v1.4.1 with: title-regex: "#[eE][xX]-[0-9]+" on-failed-regex-fail-action: false @@ -35,6 +35,11 @@ jobs: ## Changelog +### v1.4.1 + +- Fixes [#145](https://github.com/MorrisonCole/pr-lint-action/issues/145) + (thanks @jnewland! 🤩). + ### v1.4.0 - Adds [#119](https://github.com/MorrisonCole/pr-lint-action/issues/119) (thanks