File tree Expand file tree Collapse file tree 2 files changed +33
-11
lines changed
Expand file tree Collapse file tree 2 files changed +33
-11
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'
3- filter-by-commitish : true
4- commitish : master
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+
18+ # filter-by-commitish: true
19+ # commitish: ps_rearrange_release_notes_template
20+
521autolabeler :
622 - label : ' maintenance'
723 files :
@@ -17,16 +33,19 @@ autolabeler:
1733 branch :
1834 - ' /feature-.+'
1935categories :
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'
4363change-template : ' - $TITLE (#$NUMBER)'
4464exclude-labels :
4565 - ' skip-changelog'
66+
4667template : |
4768 # Changes
4869
Original file line number Diff line number Diff line change 55 # branches to consider in the event; optional, defaults to all
66 branches :
77 - master
8+ - ps_rearrange_release_notes_template
89
910permissions : {}
1011jobs :
You can’t perform that action at this time.
0 commit comments