File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed
Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,67 @@ release:
3636 branch : master
3737 overwrite : true
3838 discussionCategoryName : Announcements
39+ issues :
40+ enabled : true
41+ changelog :
42+ formatted : ALWAYS
43+ preset : conventional-commits
44+ contributors :
45+ format : ' - {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
46+ labelers :
47+ - label : ' feature'
48+ title : ' regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*'
49+ - label : ' feature'
50+ title : ' Resolves #'
51+ body : ' Resolves #'
52+
53+ - label : ' issue'
54+ title : ' regex:^(?:\(fix\)(?:\(.*\))?!?):\s.*'
55+ - label : ' issue'
56+ title : ' Fixes #'
57+ body : ' Fixes #'
58+ - label : ' issue'
59+ title : ' Relates to #'
60+ body : ' Relates to #'
61+
62+ - label : ' task'
63+ title : ' (chore)'
64+
65+ - label : ' dependencies'
66+ title : ' (deps)'
67+ - label : ' dependencies'
68+ title : ' regex:(?:\(deps\)(?:\(.*\))?!?):\s.*'
69+ - label : ' dependencies'
70+ title : ' regex:^Bump\s'
71+
72+ - label : ' docs'
73+ title : ' (docs)'
74+ - label : ' build'
75+ title : ' (build)'
76+ categories :
77+ - title : ' 🚀 Features'
78+ labels :
79+ - ' feature'
80+ - title : ' ✅ Issues'
81+ labels :
82+ - ' issue'
83+ - title : ' 🧰 Tasks'
84+ labels :
85+ - ' task'
86+ - title : ' 📝 Documentation'
87+ labels :
88+ - ' docs'
89+ - title : ' ⚙️ Dependencies'
90+ labels :
91+ - ' dependencies'
92+ - title : ' Build'
93+ labels :
94+ - ' build'
95+ hide :
96+ categories :
97+ - ' Build'
98+ contributors :
99+ - ' GitHub'
39100
40101announce :
41102 zulip :
You can’t perform that action at this time.
0 commit comments