From 0183be65177fb7e065ff92134dcc9ea4c31fd00d Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:35:49 +0200 Subject: [PATCH] Update contributing/changelog-process.md Co-authored-by: Agustin Bettati --- contributing/changelog-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/changelog-process.md b/contributing/changelog-process.md index 23ad9b09fd..6a7273b230 100644 --- a/contributing/changelog-process.md +++ b/contributing/changelog-process.md @@ -148,6 +148,6 @@ make generate-changelog-entry ## PR Changelog check A PR check is included to validate the changelog entry file. -If a PR doesn't need a changelog its check can be skipped: +If a PR doesn't need a changelog entry its check can be skipped: - Adding the label `skip-changelog-check` to the PR. - Check in PRs with title `chore`, `test`, `doc` or `ci` is automatically skipped. However a changelog can still be added if needed.