Skip to content

Commit 10fb7ae

Browse files
authored
chore: use GitHub auto-generated release notes (#37)
No need for release-drafter here. We don't need to continuously update a draft release with a given template
1 parent 6a5c79c commit 10fb7ae

3 files changed

Lines changed: 19 additions & 49 deletions

File tree

.github/release-drafter.yml

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

.github/release.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- chore
5+
- dependencies
6+
- skip-changelog
7+
categories:
8+
- title: 🎉 New Features
9+
labels:
10+
- enhancement
11+
- title: 🐛 Bug Fixes
12+
labels:
13+
- bug
14+
- title: 📝 Documentation
15+
labels:
16+
- documentation
17+
- title: Other Changes
18+
labels:
19+
- "*"

.github/workflows/release-drafter.yml

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

0 commit comments

Comments
 (0)