We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b693f14 commit b6e1f47Copy full SHA for b6e1f47
GitReleaseManager.yaml
@@ -15,6 +15,7 @@ create:
15
include-sha-section: true
16
sha-section-heading: "SHA256 Hashes of the release artifacts"
17
sha-section-line-format: "- `{1}\t- {0}`"
18
+ allow-update-to-published: true
19
close:
20
use-issue-comments: true
21
issue-comment: |-
build.cake
@@ -24,7 +24,7 @@
24
25
// Install .NET Core Global tools.
26
#tool "dotnet:?package=Codecov.Tool&version=1.7.2"
27
-#tool "dotnet:?package=GitReleaseManager.Tool&version=0.10.3"
+#tool "dotnet:?package=GitReleaseManager.Tool&version=0.11.0"
28
#tool "dotnet:?package=Wyam.Tool&version=2.2.9"
29
#tool "dotnet:?package=dotnet-format&version=3.2.107702"
30
0 commit comments