-
Notifications
You must be signed in to change notification settings - Fork 39
/
GitReleaseManager.yaml
34 lines (31 loc) · 1.1 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
issue-labels-include:
- Breaking change
- Feature
- Bug
- Improvement
- Documentation
- security
issue-labels-exclude:
- Build
- Internal Refactoring
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
- name: security
header: Security
plural: Security
create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t{0}`"
close:
use-issue-comments: true
issue-comment: |-
:tada: This issue has been resolved in version {milestone} :tada:
The release is available on:
- [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
- [NuGet Package](https://www.nuget.org/packages/gitreleasemanager/{milestone})
- [Chocolatey Package](https://chocolatey.org/packages/gitreleasemanager.portable/{milestone})
- [.Net Global Tool](https://www.nuget.org/packages/GitReleaseManager.Tool/{milestone})
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket: