Skip to content

Commit 9adcaef

Browse files
committed
add configuration and deprecation categories to release.yml
1 parent c674849 commit 9adcaef

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ changelog:
66
- title: Breaking changes
77
labels:
88
- breaking-change
9+
- title: Configuration changes
10+
labels:
11+
- configuration
12+
- title: Deprecations
13+
labels:
14+
- deprecation
915
- title: New features
1016
labels:
1117
- feature
@@ -15,6 +21,8 @@ changelog:
1521
exclude:
1622
labels:
1723
- breaking-change
24+
- configuration
25+
- deprecation
1826
- feature
1927
- dependencies
2028
- title: Dependency upgrades

0 commit comments

Comments
 (0)