Skip to content

Commit 1254b92

Browse files
authored
Merge pull request #234 from astro-informatics/mmg/release-notes-config
Add configuration for automatic release notes
2 parents 268646b + 6c66435 commit 1254b92

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- infrastructure
5+
authors:
6+
- allcontributors
7+
categories:
8+
- title: ✨ New features
9+
labels:
10+
- enhancement
11+
- title: 📖 Documentation improvements
12+
labels:
13+
- documentation
14+
- title: 🐛 Bug fixes
15+
labels:
16+
- bug
17+
- title: 📦 Dependency updates
18+
labels:
19+
- dependencies
20+
- title: 🛠 Other changes
21+
labels:
22+
- "*"

0 commit comments

Comments
 (0)