File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ categories:
23
23
- ' automation'
24
24
- ' documentation'
25
25
- ' dependencies'
26
+ - ' maintenance'
26
27
- ' revert'
27
28
- title : ' 🏎 Performance'
28
29
label : ' performance'
@@ -36,29 +37,32 @@ version-resolver:
36
37
- ' enhancement'
37
38
patch :
38
39
labels :
39
- - ' bug'
40
- - ' maintenance'
40
+ - ' fix'
41
41
- ' documentation'
42
+ - ' maintenance'
42
43
default : patch
43
44
autolabeler :
44
45
- label : ' automation'
45
46
title :
46
47
- ' /^(build|ci|perf|refactor|test).*/i'
47
48
- label : ' enhancement'
48
49
title :
49
- - ' /^(chore| style).*/i'
50
+ - ' /^(style).*/i'
50
51
- label : ' documentation'
51
52
title :
52
- - ' /^docs.*/i'
53
+ - ' /^( docs) .*/i'
53
54
- label : ' feature'
54
55
title :
55
- - ' /^feat.*/i'
56
+ - ' /^( feat) .*/i'
56
57
- label : ' fix'
57
58
title :
58
- - ' /^fix.*/i'
59
+ - ' /^( fix) .*/i'
59
60
- label : ' infrastructure'
60
61
title :
61
- - ' /^infrastructure.*/i'
62
+ - ' /^(infrastructure).*/i'
63
+ - label : ' maintenance'
64
+ title :
65
+ - ' /^(chore|maintenance).*/i'
62
66
- label : ' revert'
63
67
title :
64
- - ' /^revert.*/i'
68
+ - ' /^( revert) .*/i'
Original file line number Diff line number Diff line change 2
2
name : Release
3
3
4
4
on :
5
+ workflow_dispatch :
5
6
push :
6
7
branches :
7
8
- main
77
78
with :
78
79
title : ${{ needs.create_release.outputs.full-tag }}
79
80
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