ci: Add changelog exclusion for chores

For tasks that souldn’t be in the changelog but don’t match the other stuff.

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia 2022-04-04 11:30:36 +00:00
parent 05e9943ff9
commit 13c4d6d85a
No known key found for this signature in database
GPG Key ID: C6490D872EF1DCA7

View File

@ -51,6 +51,7 @@ changelog:
- "^ci:"
- "^website:"
- "^infra:"
- "^chore:"
- "^build\\(deps\\):"
- "^Merge pull request"