diff --git a/winget/README.md b/winget/README.md new file mode 100644 index 00000000..760e57ae --- /dev/null +++ b/winget/README.md @@ -0,0 +1,23 @@ +# Creating a WinGet release + +*Replace 2.0.8 with the actual version.* + +## Create Release + +```ps1 +./src/build.ps1 --target PublishRelease --github-token +``` + +## Prepare Manifest PR +- Clone the [WinGet manifest repo](https://github.com/microsoft/winget-pkgs). +- Copy ```~/winget/2.0.8/``` to ```~/manifests/f/flyingpie/windows-terminal-quake/2.0.8/``` + +## Test Release +- Get [SandboxTest.ps1](https://github.com/microsoft/winget-pkgs/blob/master/Tools/SandboxTest.ps1). +- Test in sandbox: +```ps1 +./SandboxTest.ps1 -Manifest winget-pkgs\manifests\f\flyingpie\windows-terminal-quake\2.0.8\ +``` + +## Create PR +And wait.