Skip to content

Commit 710de73

Browse files
committed
(GH-194) Add config for new GRM features
Since GRM is now dogfooding itself during the build, we can take advatange of new released features, before they are actually released. Let's give this a try for SHA's and updating of issues included in a milestone.
1 parent 1886a0a commit 710de73

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

GitReleaseManager.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,21 @@ issue-labels-alias:
1313
plural: Documentation
1414
- name: security
1515
header: Security
16-
plural: Security
16+
plural: Security
17+
create:
18+
include-sha-section: true
19+
sha-section-heading: "SHA256 Hashes of the release artifacts"
20+
sha-section-line-format: "- `{1}\t{0}`"
21+
close:
22+
use-issue-comments: true
23+
issue-comment: |-
24+
:tada: This issue has been resolved in version {milestone} :tada:
25+
26+
The release is available on:
27+
28+
- [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
29+
- [NuGet Package](https://www.nuget.org/packages/gitreleasemanager/{milestone})
30+
- [Chocolatey Package](https://chocolatey.org/packages/gitreleasemanager.portable/{milestone})
31+
- [.Net Global Tool](https://www.nuget.org/packages/GitReleaseManager.Tool/{milestone})
32+
33+
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:

0 commit comments

Comments
 (0)