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 @@ -23,6 +23,7 @@ categories:
2323 - ' automation'
2424 - ' documentation'
2525 - ' dependencies'
26+ - ' maintenance'
2627 - ' revert'
2728 - title : ' 🏎 Performance'
2829 label : ' performance'
@@ -36,29 +37,32 @@ version-resolver:
3637 - ' enhancement'
3738 patch :
3839 labels :
39- - ' bug'
40- - ' maintenance'
40+ - ' fix'
4141 - ' documentation'
42+ - ' maintenance'
4243 default : patch
4344autolabeler :
4445 - label : ' automation'
4546 title :
4647 - ' /^(build|ci|perf|refactor|test).*/i'
4748 - label : ' enhancement'
4849 title :
49- - ' /^(chore| style).*/i'
50+ - ' /^(style).*/i'
5051 - label : ' documentation'
5152 title :
52- - ' /^docs.*/i'
53+ - ' /^( docs) .*/i'
5354 - label : ' feature'
5455 title :
55- - ' /^feat.*/i'
56+ - ' /^( feat) .*/i'
5657 - label : ' fix'
5758 title :
58- - ' /^fix.*/i'
59+ - ' /^( fix) .*/i'
5960 - label : ' infrastructure'
6061 title :
61- - ' /^infrastructure.*/i'
62+ - ' /^(infrastructure).*/i'
63+ - label : ' maintenance'
64+ title :
65+ - ' /^(chore|maintenance).*/i'
6266 - label : ' revert'
6367 title :
64- - ' /^revert.*/i'
68+ - ' /^( revert) .*/i'
Original file line number Diff line number Diff line change 22name : Release
33
44on :
5+ workflow_dispatch :
56 push :
67 branches :
78 - main
7778 with :
7879 title : ${{ needs.create_release.outputs.full-tag }}
7980 body : ${{ needs.create_release.outputs.body }}
80- repository-id : " R_kgDOLLtong "
81- category-id : " DIC_kwDOLLtons4Cc0Oa "
81+ repository-id : ${{ secrets.RELEASE_DISCUSSION_REPOSITORY_ID }}
82+ category-id : ${{ secrets.RELEASE_DISCUSSION_CATEGORY_ID }}
You can’t perform that action at this time.
0 commit comments