File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
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 : ' $NEXT_MAJOR_VERSION '
2+ tag-template : ' v$NEXT_MAJOR_VERSION '
33filter-by-commitish : true
44commitish : master
55autolabeler :
@@ -17,16 +17,19 @@ autolabeler:
1717 branch :
1818 - ' /feature-.+'
1919categories :
20- - title : ' 🔥 Breaking Changes '
20+ - title : ' 🚀 New Features '
2121 labels :
22- - ' breakingchange'
22+ - ' feature'
23+ - ' enhancement'
2324 - title : ' 🧪 Experimental Features'
2425 labels :
2526 - ' experimental'
26- - title : ' 🚀 New Features '
27+ - title : ' 🔥 Breaking Changes '
2728 labels :
28- - ' feature'
29- - ' enhancement'
29+ - ' breakingchange'
30+ - title : ' ⚠️ Deprecations'
31+ labels :
32+ - ' deprecation'
3033 - title : ' 🐛 Bug Fixes'
3134 labels :
3235 - ' fix'
@@ -37,9 +40,10 @@ categories:
3740 labels :
3841 - ' maintenance'
3942 - ' dependencies'
40- - ' documentation'
41- - ' docs'
4243 - ' testing'
44+ - ' techdebt'
45+ - ' docs-review'
46+ - ' update-docs'
4347change-template : ' - $TITLE (#$NUMBER)'
4448exclude-labels :
4549 - ' skip-changelog'
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 :
1920 - uses : release-drafter/release-drafter@v6
2021 with :
2122 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
22- config-name : release-drafter-config.yml
23+ config-name : ../ release-drafter-config.yml
2324 env :
2425 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments