We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50368a commit 252bae4Copy full SHA for 252bae4
.github/workflows/release.yml
@@ -87,3 +87,35 @@ jobs:
87
name: Gitify-release-linux
88
path: dist/
89
overwrite: true
90
+
91
+changelog:
92
+ exclude:
93
+ labels:
94
+ - ignore-for-release
95
+ authors:
96
+ - octocat
97
+ categories:
98
+ - title: 🚀 Features
99
100
+ - enhancement
101
+ - title: 🐛 Bug Fixes
102
103
+ - bug
104
+ - title: 🧼 Code Refactoring
105
106
+ - refactor
107
+ - title: 📚 Documentation
108
109
+ - documentation
110
+ - title: 🧪 Testing
111
112
+ - test
113
+ - title: 🏗️ Build System
114
115
+ - build
116
+ - title: 📦 Dependency Updates
117
118
119
+ - title: Other Changes
120
121
+ - "*"
0 commit comments