Skip to content

Commit 99766df

Browse files
committed
(build) Update to latest GitReleaseManager
To allow usage of new contributor release information.
1 parent 2f5d6d1 commit 99766df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

GitReleaseManager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ create:
2929
include-sha-section: true
3030
sha-section-heading: "SHA256 Hashes of the release artifacts"
3131
sha-section-line-format: "- `{1}\t{0}`"
32+
include-contributors: true
3233
export:
3334
include-created-date-in-title: true
3435
created-date-string-format: yyyy-MM-dd
@@ -37,6 +38,7 @@ export:
3738
multiline-regex: true
3839
close:
3940
use-issue-comments: true
41+
set-due-date: true
4042
issue-comment: |-
4143
:tada: This issue has been resolved in version {milestone} :tada:
4244

recipe.cake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ToolSettings.SetToolSettings(context: Context,
2323
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
2424

2525
ToolSettings.SetToolPreprocessorDirectives(
26-
reSharperTools: "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2021.3.1");
26+
reSharperTools: "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2021.3.1",
27+
gitReleaseManagerTool: "#tool nuget:?package=GitReleaseManager&version=0.20.0",
28+
gitReleaseManagerGlobalTool: "#tool dotnet:?package=GitReleaseManager.Tool&version=0.20.0");
2729

2830
Build.RunDotNetCore();

0 commit comments

Comments
 (0)