-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGitReleaseManager.yml
More file actions
50 lines (40 loc) · 822 Bytes
/
GitReleaseManager.yml
File metadata and controls
50 lines (40 loc) · 822 Bytes
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
export:
include-created-date-in-title: true
created-date-string-format: MMM, d, yyyy
issue-labels-include:
- breaking
- bug
- devops
- dependency
- documentation
- enhancement
- refactoring
- security
issue-labels-alias:
- name: breaking
header: Breaking
plural: Breaking
- name: bug
header: Bug
plural: Bugs
- name: dependency
header: Dependency
plural: Dependencies
- name: devops
header: DevOps
plural: DevOps
- name: documentation
header: Documentation
plural: Documentation
- name: enhancement
header: Enhancement
plural: Enhancements
- name: feature
header: Feature
plural: Feature
- name: refactoring
header: Refactoring
plural: Refactoring
- name: security
header: Security
plural: Security