Skip to content

Commit ebae5b1

Browse files
committed
Experiment with release drafter.
1 parent a16b7db commit ebae5b1

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

.github/release-drafter-config.yml

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
name-template: '$NEXT_MINOR_VERSION'
2-
tag-template: 'v$NEXT_MINOR_VERSION'
1+
name-template: '6.0.0b2'
2+
tag-template: 'v6.0.0b2'
3+
4+
pre-release: true
5+
6+
version-resolver:
7+
major:
8+
labels:
9+
- "major"
10+
minor:
11+
labels:
12+
- "minor"
13+
patch:
14+
labels:
15+
- "patch"
16+
default: patch
17+
318
filter-by-commitish: true
4-
commitish: master
19+
commitish: 6.0
20+
521
autolabeler:
622
- label: 'maintenance'
723
files:
@@ -17,16 +33,19 @@ autolabeler:
1733
branch:
1834
- '/feature-.+'
1935
categories:
20-
- title: '🔥 Breaking Changes'
36+
- title: '🚀 New Features'
2137
labels:
22-
- 'breakingchange'
38+
- 'feature'
39+
- 'enhancement'
2340
- title: '🧪 Experimental Features'
2441
labels:
2542
- 'experimental'
26-
- title: '🚀 New Features'
43+
- title: '🔥 Breaking Changes'
2744
labels:
28-
- 'feature'
29-
- 'enhancement'
45+
- 'breakingchange'
46+
- title: '⚠️ Deprecations'
47+
labels:
48+
- 'deprecation'
3049
- title: '🐛 Bug Fixes'
3150
labels:
3251
- 'fix'
@@ -37,12 +56,14 @@ categories:
3756
labels:
3857
- 'maintenance'
3958
- 'dependencies'
40-
- 'documentation'
41-
- 'docs'
4259
- 'testing'
60+
- 'techdebt'
61+
- 'docs-review'
62+
- 'update-docs'
4363
change-template: '- $TITLE (#$NUMBER)'
4464
exclude-labels:
4565
- 'skip-changelog'
66+
4667
template: |
4768
# Changes
4869

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- master
8+
- ps_rearrange_release_notes_template
89

910
permissions: {}
1011
jobs:

0 commit comments

Comments
 (0)