From e2552dae4584e953c2f24c3cc67866327522ebbb Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 26 Aug 2023 19:17:24 -0300 Subject: [PATCH] chore(website): update release docs to include instructions for winget --- docs/docs/releasing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/releasing.md b/docs/docs/releasing.md index ba7bf47a..d58694dd 100644 --- a/docs/docs/releasing.md +++ b/docs/docs/releasing.md @@ -37,6 +37,15 @@ version: - Moving both `amd64`, `armhf` and `arm64` new artifacts to the stable channel on the [Snapcraft dashboard][snapcraftdashboard]. +# winget + +winget also requires manual steps to be completed. By running +`task test-release` locally, manifest files will be generated on +`dist/winget/manifests/t/Task/Task/v{version}`. +[Upload the manifest directory into this fork](https://github.com/go-task/winget-pkgs/tree/master/manifests/t/Task/Task) +and open a pull request into +[this repository](https://github.com/microsoft/winget-pkgs). + # Scoop Scoop is a command-line package manager for the Windows operating system. Scoop