From 20ec7028828e3815504719a120990698df30f417 Mon Sep 17 00:00:00 2001 From: Simon Nyberg Date: Tue, 3 Mar 2020 09:43:09 +0100 Subject: [PATCH] Updated comment --- .github/workflows/changelog.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 8d96555e..de91bb5b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -11,6 +11,6 @@ jobs: uses: peterjgrainger/action-changelog-reminder@v1.2.0 with: changelog_regex: 'CHANGELOG\.md' - customPrMessage: 'Thanks for opening this Pull request! Each pull requests require an update in the CHANGELOG. Please update it based on your changes.' + customPrMessage: 'Thanks for opening this pull request! Each pull request require an update in the CHANGELOG. Please update it based on your changes.' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d5533046..cf84c33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Added - feat: exposed `registry.registerCollector()` and `registry.collectors()` methods in TypeScript declaration +- Added CHANGELOG reminder ## [12.0.0] - 2020-02-20