Skip to content

Commit aca0050

Browse files
authored
Adding experimental features, as a release option (#2323)
1 parent ab5272c commit aca0050

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/release-drafter-config.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'Version $NEXT_PATCH_VERSION'
2-
tag-template: 'v$NEXT_PATCH_VERSION'
1+
name-template: '$NEXT_MAJOR_VERSION'
2+
tag-template: 'v$NEXT_MAJOR_VERSION'
33
autolabeler:
44
- label: 'maintenance'
55
files:
@@ -15,9 +15,13 @@ autolabeler:
1515
branch:
1616
- '/feature-.+'
1717
categories:
18-
- title: '🔥 Breaking Changes'
18+
- title: 'Breaking Changes'
1919
labels:
2020
- 'breakingchange'
21+
22+
- title: '🧪 Experimental Features'
23+
labels:
24+
- 'experimental'
2125
- title: '🚀 New Features'
2226
labels:
2327
- 'feature'
@@ -27,6 +31,7 @@ categories:
2731
- 'fix'
2832
- 'bugfix'
2933
- 'bug'
34+
- 'BUG'
3035
- title: '🧰 Maintenance'
3136
label: 'maintenance'
3237
change-template: '- $TITLE (#$NUMBER)'

0 commit comments

Comments
 (0)