-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <GH_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. |