chore: improve winget release process#5742
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates the GoReleaser Winget configuration to create PR-based releases against microsoft/winget-pkgs, using a Scaleway-owned fork and a versioned branch naming scheme.
Changes:
- Add Winget
package_identifierand normalize SPDX license casing. - Switch Winget repository owner to
scalewayand configure PR creation targetingmicrosoft/winget-pkgs. - Add a versioned branch template and a token sourced from
WINGET_TOKEN.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| owner: scaleway | ||
| name: winget-pkgs | ||
| branch: "{{ .ProjectName }}-{{ .Version }}" | ||
| pull_request: | ||
| enabled: true | ||
| draft: false | ||
| base: | ||
| owner: microsoft | ||
| name: winget-pkgs | ||
| branch: master | ||
| token: "{{ .Env.WINGET_TOKEN }}" |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5742 +/- ##
=======================================
Coverage 50.41% 50.41%
=======================================
Files 342 342
Lines 78508 78508
=======================================
Hits 39583 39583
Misses 37429 37429
Partials 1496 1496 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Community Note
Relates OR Closes #0000
Release note for CHANGELOG: