From b996419903ddb35a8f0630c69344210749895d21 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 22 May 2024 05:21:26 -0400 Subject: [PATCH] build: changelog automation --- .github/workflows/release.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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: + - "*"