Skip to content

Commit 252bae4

Browse files
authored
build: changelog automation (#1137)
1 parent a50368a commit 252bae4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/workflows/release.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,35 @@ jobs:
8787
name: Gitify-release-linux
8888
path: dist/
8989
overwrite: true
90+
91+
changelog:
92+
exclude:
93+
labels:
94+
- ignore-for-release
95+
authors:
96+
- octocat
97+
categories:
98+
- title: 🚀 Features
99+
labels:
100+
- enhancement
101+
- title: 🐛 Bug Fixes
102+
labels:
103+
- bug
104+
- title: 🧼 Code Refactoring
105+
labels:
106+
- refactor
107+
- title: 📚 Documentation
108+
labels:
109+
- documentation
110+
- title: 🧪 Testing
111+
labels:
112+
- test
113+
- title: 🏗️ Build System
114+
labels:
115+
- build
116+
- title: 📦 Dependency Updates
117+
labels:
118+
- build
119+
- title: Other Changes
120+
labels:
121+
- "*"

0 commit comments

Comments
 (0)