Skip to content

Commit 2c80ab0

Browse files
authored
Switch to built-in release notes generator
Customization flexibility is similar, so switch over. We'll need to click the Generate release notes button when creating a release now, but this allows tweaking before publishing, which is a plus.
1 parent 055a8b7 commit 2c80ab0

File tree

2 files changed

+25
-61
lines changed

2 files changed

+25
-61
lines changed

.github/release.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- bydesign
5+
- dependencies
6+
- duplicate
7+
- question
8+
- invalid
9+
- wontfix
10+
- need info
11+
- docs
12+
authors:
13+
- devlooped-bot
14+
- dependabot
15+
- github-actions
16+
categories:
17+
- title: ✨ Implemented enhancements
18+
labels:
19+
- enhancement
20+
- title: 🐛 Fixed bugs
21+
labels:
22+
- bug
23+
- title: 🔨 Other
24+
labels:
25+
- '*'

.github/workflows/release-notes.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)