Skip to content

chore: improve winget release process#5742

Open
remyleone wants to merge 2 commits into
mainfrom
improve_winget_release
Open

chore: improve winget release process#5742
remyleone wants to merge 2 commits into
mainfrom
improve_winget_release

Conversation

@remyleone

Copy link
Copy Markdown
Member

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


Copilot AI review requested due to automatic review settings June 22, 2026 16:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_identifier and normalize SPDX license casing.
  • Switch Winget repository owner to scaleway and configure PR creation targeting microsoft/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.

Comment thread .goreleaser.yml Outdated
Comment on lines +113 to +123
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 }}"
Comment thread .goreleaser.yml
@codecov-commenter

codecov-commenter commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.41%. Comparing base (f33b0a4) to head (b52d42f).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants