This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
categories.yml
325 lines (325 loc) · 6.06 KB
/
categories.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
---
- id: feat-new
title: Added Features
description: New features that provide additional functionality
color: '#bfe5bf'
label: feature
tags:
- feature
- feat
- feat(new)
- feat-new
- feat(add)
- feat-add
scope: public
bump: minor
triggers:
test: true
release: true
- id: feat-change
title: Changed Features
description: Changes to pre-existing features that alter functionality
color: '#bcf5db'
label: change
tags:
- feat(change)
- feat-change
- feat-alter
- feat(alter)
- feat(update)
- feat-update
scope: public
bump: minor
triggers:
test: true
release: true
- id: feat-remove
title: Removed Features
description: Features that were removed for stability or optimization
color: '#97C4A1'
label: feature-removal
tags:
- feat(remove)
- feat-remove
scope: private
bump: patch
triggers:
test: true
release: true
- id: optimize
title: Optimizations
description: Optimizations made to features that don't change functionality
color: '#BEB7F9'
label: optimization
tags:
- feat(optimize)
- feat-optimize
- feat(improve)
- feat-improve
scope: public
bump: patch
triggers:
test: true
release: true
- id: bug-fix
title: Bug Fixes
description: Fixes to features that were not behaving correctly
color: '#F94A78'
label: bug-fix
tags:
- feat(fix)
- feat-fix
- feat(bug)
- feat-bug
- bug(fix)
- bug-fix
- bug
scope: public
bump: patch
triggers:
test: true
release: true
- id: refactor
title: Refactored Code
description: Changes to code without changing functionality
color: '#fef2c0'
label: refactor
tags:
- feat(refactor)
- feat-refactor
- code(refactor)
- code-refactor
- refactor
scope: private
bump: none
triggers:
test: true
release: false
- id: test-new
title: New Tests
description: Additions to testing suites
color: '#782D09'
label: test
tags:
- test(new)
- test-new
- test(add)
- test-add
- test
- testing
scope: private
bump: none
triggers:
test: true
release: false
- id: test-change
title: Test Changes
description: Changes to testing suites
color: '#F9AAA5'
label: test-change
tags:
- test(change)
- test-change
- test(alter)
- test-alter
scope: private
bump: none
triggers:
test: true
release: false
- id: localize
title: Added Localization
description: Additions to the current localization
color: '#04D1CC'
label: localization
tags:
- localize(new)
- localize-new
- localize(add)
- localize-add
- localize
- lang(new)
- lang-new
- lang(add)
- lang-add
- language
- lang
scope: public
bump: minor
triggers:
test: true
release: true
- id: localize-change
title: Localization Changes
description: Changes to existing localizations
color: '#0686D7'
label: localize-change
tags:
- localize(change)
- localize-change
- localize(alter)
- localize-alter
- localize(update)
- localize-update
- lang(change)
- lang-change
- lang(alter)
- lang-alter
- lang(update)
- lang-update
scope: public
bump: minor
triggers:
test: true
release: true
- id: localize-remove
title: Removed Localization
description: Removals of previously added localizations
color: '#9C2722'
label: localize-removal
tags:
- localize(remove)
- localize-remove
- lang(remove)
- lang-remove
scope: private
bump: patch
triggers:
test: true
release: true
- id: doc-add
title: Added Documentation
description: Additions to the documentation of code
color: '#5A0984'
label: doc-new
tags:
- doc(new)
- doc-new
- doc(add)
- doc-add
- documentation
- doc
scope: private
bump: none
triggers:
test: false
release: false
- id: doc-update
title: Updated Documentation
description: Updated documentation of code
color: '#157E7A'
label: doc-update
tags:
- doc(update)
- doc-update
- doc(change)
- doc-change
- doc(alter)
- doc-alter
scope: private
bump: none
triggers:
test: false
release: false
- id: ci-test
title: CI (Testing)
description: Changes to testing CI setup
color: '#4E61F8'
label: ci-testing
tags:
- ci(test)
- ci-test
- ci(testing)
- ci-testing
scope: private
bump: none
triggers:
test: true
release: false
- id: ci-publish
title: CI (Publishing)
description: Changes to delivery/publishing CI setup
color: '#9EA893'
label: ci-publish
tags:
- ci(publish)
- ci-publish
- ci(delivery)
- ci-delivery
scope: private
bump: none
triggers:
test: true
release: false
- id: ci-analysis
title: CI (Analysis)
description: Changes to analysis/quality CI setup
color: '#B9DDEA'
label: ci-analysis
tags:
- ci(analyze)
- ci-analyze
- ci(analysis)
- ci-analysis
- ci(quality)
- ci-quality
scope: private
bump: none
triggers:
test: true
release: false
- id: ci-other
title: CI (Other)
description: Changes to CI setup that do not fit other categories
color: '#32D8E7'
label: ci-other
tags:
- ci(other)
- ci-other
- ci(misc)
- ci-misc
- ci
scope: private
bump: none
triggers:
test: true
release: false
- id: metadata
title: Metadata
description: Changes to the Metadata provided to stores and other tools
color: '#C0EFDD'
label: metadata
tags:
- meta
- metadata
scope: private
bump: patch
triggers:
test: true
release: true
- id: dependencies
title: Dependencies
description: Changes to dependency versions
color: '#FFEFD0'
label: dependencies
tags:
- dependency
- dependencies
scope: private
bump: patch
triggers:
test: true
release: true
- id: misc
title: Miscellaneous
description: Other changes that do not fit any other categories
color: '#D57832'
label: misc
tags:
- misc
- miscellaneous
scope: private
bump: none
triggers:
test: false
release: false