-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGitReleaseManager.yaml
34 lines (30 loc) · 1.16 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
## Configuration values used when creating new releases
create:
include-footer: true
# footer-heading: Where to get it
footer-content: >-
You can download this release from
[NuGet](https://nuget.org/packages/dotnet-ccvarn/{milestone})
footer-includes-milestone: true
milestone-replace-text: "{milestone}"
## Configuration values used when closing a milestone
close:
## Whether to add comments to issues closed and with the published milestone release.
use-issue-comments: true
issue-comment: |-
:tada: This issue has been resolved in version {milestone} :tada:
The release is available on:
- [NuGet package(@{milestone})](https://nuget.org/packages/dotnet-ccvarn/{milestone})
- [GitHub release](https://github.com/{owner}/{repository}/releases/tag/v{milestone})
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:
## The labels that will be used to include issues in release notes.
issue-labels-include:
- bug
- dependencies
- documentation
- enhancement
- feature
## The labels that will NOT be used when including issues in release notes.
issue-labels-exclude:
- build
- duplicate