forked from GitTools/GitVersion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitReleaseManager.yaml
28 lines (27 loc) · 930 Bytes
/
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
issue-labels-include:
- Breaking change
- Feature
- Bug
- Improvement
- Documentation
- Dependencies
issue-labels-exclude:
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
create:
include-sha-section: true
sha-section-heading: "SHA256 Hashes of the release artifacts"
sha-section-line-format: "- `{1}\t- {0}`"
allow-update-to-published: true
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})
- [Chocolatey Package](https://chocolatey.org/packages/GitVersion.Portable/{milestone})
- [.Net Global Tool](https://www.nuget.org/packages/GitVersion.Tool/{milestone})
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket: