diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bdc0c8db..97bcbf1a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,3 +87,35 @@ jobs: name: Gitify-release-linux path: dist/ overwrite: true + +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: ๐Ÿš€ Features + labels: + - enhancement + - title: ๐Ÿ› Bug Fixes + labels: + - bug + - title: ๐Ÿงผ Code Refactoring + labels: + - refactor + - title: ๐Ÿ“š Documentation + labels: + - documentation + - title: ๐Ÿงช Testing + labels: + - test + - title: ๐Ÿ—๏ธ Build System + labels: + - build + - title: ๐Ÿ“ฆ Dependency Updates + labels: + - build + - title: Other Changes + labels: + - "*"