-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGitReleaseManager.yaml
67 lines (63 loc) · 1.46 KB
/
GitReleaseManager.yaml
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
create:
include-footer: true
footer-heading: Where to get it
footer-content: You can download this release from [GitHub](https://github.com/alphacloud/messagepack/releases/{milestone})
footer-includes-milestone: true
milestone-replace-text: '{milestone}'
export:
include-created-date-in-title: true
created-date-string-format: MMMM dd, yyyy
perform-regex-removal: true
regex-text: '### Where to get it(\r\n)*You can .*\)'
multiline-regex: true
issue-labels-include:
- breaking change
- bug
- build
- dependencies
- documentation
- duplicate
- enhancement
- feature
- sample
issue-labels-exclude:
- 0 - Backlog
- 1 - Ready
- 2 - Working
- 3 - Review
- 4 - Done
- blocked
- invalid
- help-wanted
- no-response
- question
- ready
- wontfix
issue-labels-alias:
- name: breaking change
header: Breaking Change
plural: Breaking Changes
- name: bug
header: Bug fixed
plural: Bugs fixed
- name: documentation
header: Documentation
plural: Documentation
- name: duplicate
header: Duplicate issue closed
plural: Duplicate issues closed
- name: enhancement
header: Enhancement
plural: Enhancements
- name: feature
header: New feature
plural: New features
- name: sample
header: Sample
plural: Samples
- name: dependencies
header: Dependency upgraded
plural: Dependencies upgraded
- name: build
header: Build improvement
plural: Build improvements