Skip to content

Commit 050ee00

Browse files
committed
(maint) Override Twitter and Gitter messages
1 parent 3940e98 commit 050ee00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipe.cake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ BuildParameters.SetParameters(context: Context,
1414
shouldRunGitVersion: true,
1515
shouldRunDotNetCorePack: true,
1616
shouldRunIntegrationTests: true,
17-
integrationTestScriptPath: "./tests/integration/tests.cake");
17+
integrationTestScriptPath: "./tests/integration/tests.cake",
18+
twitterMessage: "A new version of GitReleaseManager has just been released. Get it from Chocolatey, NuGet, or as a .Net Global Tool.",
19+
gitterMessage: "@/all A new version of GitReleaseManager has just been released. Get it from Chocolatey, NuGet, or as a .Net Global Tool.");
1820

1921
BuildParameters.PackageSources.Add(new PackageSourceData(Context, "GPR", "https://nuget.pkg.github.com/GitTools/index.json", FeedType.NuGet, false));
2022

0 commit comments

Comments
 (0)