Skip to content

Commit 340db14

Browse files
authored
Merge pull request #63 from nils-a/feature/GH-58
(GH-58) updated GRM config
2 parents 1b289fc + 171a6e2 commit 340db14

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

GitReleaseManager.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ create:
88
with `#module nuget:?package=Cake.BuildSystems.Module&version={milestone}`.
99
footer-includes-milestone: true
1010
milestone-replace-text: "{milestone}"
11+
include-sha-section: true
12+
sha-section-heading: "SHA256 Hashes of the release artifacts"
13+
sha-section-line-format: "- `{1}\t{0}`"
1114
export:
1215
include-created-date-in-title: true
1316
created-date-string-format: yyyy-MM-dd
@@ -32,3 +35,11 @@ issue-labels-alias:
3235
- name: security
3336
header: Security
3437
plural: Security
38+
close:
39+
use-issue-comments: true
40+
issue-comment: |-
41+
:tada: This issue has been resolved in version {milestone} :tada:
42+
The release is available on:
43+
- [GitHub Release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
44+
- [NuGet Package](https://www.nuget.org/packages/Cake.BuildSystems.Module/{milestone})
45+
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:

0 commit comments

Comments
 (0)