diff --git a/.github/workflows/cl-enforcer.yml b/.github/workflows/cl-enforcer.yml index 850a632159..c284dc588f 100644 --- a/.github/workflows/cl-enforcer.yml +++ b/.github/workflows/cl-enforcer.yml @@ -14,5 +14,6 @@ jobs: - uses: dangoslen/changelog-enforcer@v3 with: changeLogPath: 'changelog.md' - missingUpdateErrorMessage: 'Please fill the changelog.md file or add the "Skip-Changelog" label' + missingUpdateErrorMessage: 'Please add an entry to the changelog.md file or add the "skip-changelog" label' + skipLabels: 'skip-changelog' versionPattern: '' diff --git a/changelog.md b/changelog.md index 142af6a1c4..c6aa5be578 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ - [#3529](https://github.com/ignite/cli/pull/3529) Refactor plugin system to use gRPC - [#3750](https://github.com/ignite/cli/pull/3750) Update default Ignite network app to `v0.2.0` +- [#3751](https://github.com/ignite/cli/pull/3751) Rename label to skip changelog check - [#3745](https://github.com/ignite/cli/pull/3745) Set tx fee amount as option ## [`v0.27.1`](https://github.com/ignite/cli/releases/tag/v0.27.1)