From a3dca5a55ea0f5fe16cfc6e55098d8286f6bec7b Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 14 Aug 2023 20:25:23 -0400 Subject: [PATCH 1/2] Update winget manifest to 1.5 --- build/package/winget/manifest/Tgstation.Server.installer.yaml | 2 +- .../package/winget/manifest/Tgstation.Server.locale.en-US.yaml | 2 +- build/package/winget/manifest/Tgstation.Server.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/package/winget/manifest/Tgstation.Server.installer.yaml b/build/package/winget/manifest/Tgstation.Server.installer.yaml index f160b69783..3b447bff13 100644 --- a/build/package/winget/manifest/Tgstation.Server.installer.yaml +++ b/build/package/winget/manifest/Tgstation.Server.installer.yaml @@ -28,4 +28,4 @@ Installers: - PackageIdentifier: Microsoft.DotNet.HostingBundle.6 ReleaseDate: 2023-06-24 # Do not change. Set before publish by push_manifest.ps1 ManifestType: installer -ManifestVersion: 1.4.0 +ManifestVersion: 1.5.0 diff --git a/build/package/winget/manifest/Tgstation.Server.locale.en-US.yaml b/build/package/winget/manifest/Tgstation.Server.locale.en-US.yaml index e4a446ca75..54556c5d92 100644 --- a/build/package/winget/manifest/Tgstation.Server.locale.en-US.yaml +++ b/build/package/winget/manifest/Tgstation.Server.locale.en-US.yaml @@ -18,4 +18,4 @@ Documentations: ReleaseNotesUrl: https://github.com/tgstation/tgstation-server/releases/tag/tgstation-server-v0.22.475 PurchaseUrl: https://github.com/sponsors/Cyberboss ManifestType: defaultLocale -ManifestVersion: 1.4.0 +ManifestVersion: 1.5.0 diff --git a/build/package/winget/manifest/Tgstation.Server.yaml b/build/package/winget/manifest/Tgstation.Server.yaml index 7b7d3b8eba..09972f148d 100644 --- a/build/package/winget/manifest/Tgstation.Server.yaml +++ b/build/package/winget/manifest/Tgstation.Server.yaml @@ -5,4 +5,4 @@ PackageIdentifier: Tgstation.Server PackageVersion: 0.22.475 # Do not change. Set before publish by push_manifest.ps1 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.4.0 +ManifestVersion: 1.5.0 From 8df25ced41ef21fb5940913cab61e44de8631158 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 14 Aug 2023 20:25:35 -0400 Subject: [PATCH 2/2] Update winget-pkgs PR template --- tools/Tgstation.Server.ReleaseNotes/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Tgstation.Server.ReleaseNotes/Program.cs b/tools/Tgstation.Server.ReleaseNotes/Program.cs index 10b207ad9a..e0bfa45e59 100644 --- a/tools/Tgstation.Server.ReleaseNotes/Program.cs +++ b/tools/Tgstation.Server.ReleaseNotes/Program.cs @@ -515,7 +515,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 = "596da68f8da0926ae17a1497328e368d7b83aac2"; + const string BodyForPRSha = "184dccf9de3e3e4abe289a46648af42017ad6f09"; 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. @@ -532,7 +532,7 @@ The user account that created this pull request is available to correct any issu - 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. -- [x] Does your manifest conform to the [1.4 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.4.0)?"; +- [x] Does your manifest conform to the [1.5 schema](https://github.com/microsoft/winget-pkgs/tree/master/doc/manifest/schema/1.5.0)?"; if (expectedTemplateSha != null) {