From 3dcf3b071accc513487f09e21834018c7ea6de2e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 20 Mar 2024 17:31:42 -0400 Subject: [PATCH] Update winget deployment template --- tools/Tgstation.Server.ReleaseNotes/Program.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/Tgstation.Server.ReleaseNotes/Program.cs b/tools/Tgstation.Server.ReleaseNotes/Program.cs index d5ac69e564..dff25a27c6 100644 --- a/tools/Tgstation.Server.ReleaseNotes/Program.cs +++ b/tools/Tgstation.Server.ReleaseNotes/Program.cs @@ -809,7 +809,7 @@ namespace Tgstation.Server.ReleaseNotes var versionsPropertyGroup = project.Elements().First(x => x.Name == xmlNamespace + "PropertyGroup"); var coreVersion = Version.Parse(versionsPropertyGroup.Element(xmlNamespace + "TgsCoreVersion").Value); - const string BodyForPRSha = "bec143988b4b8ddeb586ed97aaf0647803110d98"; + const string BodyForPRSha = "b64a9a24ec6b13c819b47304625a88864c3872e0"; var prBody = $@"# Automated Pull Request This pull request was generated by our [deployment pipeline]({actionUrl}) as a result of the release of [tgstation-server-v{coreVersion}](https://github.com/tgstation/tgstation-server/releases/tag/tgstation-server-v{coreVersion}). Validation was performed as part of the process. @@ -817,10 +817,12 @@ This pull request was generated by our [deployment pipeline]({actionUrl}) as a r The user account that created this pull request is available to correct any issues. - [x] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? +- [x] Is there a linked Issue? + - Shouldn't be possible as this release was just created. - [x] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change? - This PR is generated as a direct result of a new release of `tgstation-server` this should be impossible - [x] This PR only modifies one (1) manifest -- [x] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/AUTHORING_MANIFESTS.md#validation) your manifest locally with `winget validate --manifest `? +- [x] Have you [validated](https://github.com/microsoft/winget-pkgs/blob/master/doc/Authoring.md#validation) your manifest locally with `winget validate --manifest `? - Validation is performed as a prerequisite to deployment. - [x] Have you tested your manifest locally with `winget install --manifest `? - Manifest installation and uninstallation is performed as a prerequisite to deployment.