-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitReleaseManager.yaml
More file actions
35 lines (35 loc) · 952 Bytes
/
GitReleaseManager.yaml
File metadata and controls
35 lines (35 loc) · 952 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
create:
include-footer: true
footer-heading: Where to get it
footer-content: >
You can download this release from
[nuget](https://nuget.org/packages/Cake.Pandoc/{milestone}),
or you can just reference it in a cake build script
with `#addin nuget:?package=Cake.Pandoc&version={milestone}`.
footer-includes-milestone: true
milestone-replace-text: "{milestone}"
export:
include-created-date-in-title: true
created-date-string-format: yyyy-MM-dd
perform-regex-removal: true
regex-text: '[\r\n]*### Where to get it[\r\n]*You can .*`\.[\r\n]*'
multiline-regex: true
issue-labels-include:
- Breaking change
- Bug
- Feature
- Enhancement
- Improvement
- Documentation
- security
issue-labels-exclude:
- Dependency
- Build
- Internal / Refactoring
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
- name: security
header: Security
plural: Security