File tree Expand file tree Collapse file tree 2 files changed +35
-12
lines changed Expand file tree Collapse file tree 2 files changed +35
-12
lines changed Original file line number Diff line number Diff line change 1
- name-template : ' $NEXT_MINOR_VERSION'
2
- tag-template : ' v$NEXT_MINOR_VERSION'
1
+ name-template : ' 5.2.1'
2
+ tag-template : ' v5.2.1'
3
+
4
+ pre-release : true
5
+
6
+ version-resolver :
7
+ major :
8
+ labels :
9
+ - ' type: breakingchanges'
10
+ minor :
11
+ labels :
12
+ - ' type: feature'
13
+ - ' type: deprecation'
14
+ patch :
15
+ labels :
16
+ - ' type: bug'
17
+ - ' type: maintenance'
18
+ - ' type: update-docs'
19
+ - ' type: dependencies'
20
+ - ' type: security'
21
+
3
22
filter-by-commitish : true
4
- commitish : master
23
+ commitish : 6.0
24
+
5
25
autolabeler :
6
26
- label : ' maintenance'
7
27
files :
@@ -17,32 +37,34 @@ autolabeler:
17
37
branch :
18
38
- ' /feature-.+'
19
39
categories :
20
- - title : ' 🔥 Breaking Changes '
40
+ - title : ' 🚀 New Features '
21
41
labels :
22
- - ' breakingchange '
42
+ - ' feature '
23
43
- title : ' 🧪 Experimental Features'
24
44
labels :
25
45
- ' experimental'
26
- - title : ' 🚀 New Features '
46
+ - title : ' 🔥 Breaking Changes '
27
47
labels :
28
- - ' feature'
29
- - ' enhancement'
48
+ - ' breakingchange'
49
+ - title : ' ⚠️ Deprecations'
50
+ labels :
51
+ - ' deprecation'
30
52
- title : ' 🐛 Bug Fixes'
31
53
labels :
32
- - ' fix'
33
54
- ' bugfix'
34
55
- ' bug'
35
- - ' BUG'
36
56
- title : ' 🧰 Maintenance'
37
57
labels :
38
58
- ' maintenance'
39
59
- ' dependencies'
40
- - ' documentation'
41
- - ' docs'
42
60
- ' testing'
61
+ - ' techdebt'
62
+ - ' docs-review'
63
+ - ' update-docs'
43
64
change-template : ' - $TITLE (#$NUMBER)'
44
65
exclude-labels :
45
66
- ' skip-changelog'
67
+
46
68
template : |
47
69
# Changes
48
70
Original file line number Diff line number Diff line change 5
5
# branches to consider in the event; optional, defaults to all
6
6
branches :
7
7
- master
8
+ - ps_rearrange_release_notes_template
8
9
9
10
permissions : {}
10
11
jobs :
You can’t perform that action at this time.
0 commit comments