Skip to content

ci: winget support#996

Merged
andrii-bodnar merged 6 commits intomainfrom
ci/winget
Mar 31, 2026
Merged

ci: winget support#996
andrii-bodnar merged 6 commits intomainfrom
ci/winget

Conversation

@andrii-bodnar
Copy link
Copy Markdown
Member

Closes: #994

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.33%. Comparing base (a24ecee) to head (098c2c9).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #996   +/-   ##
=========================================
  Coverage     65.33%   65.33%           
  Complexity     1773     1773           
=========================================
  Files           255      255           
  Lines          7314     7314           
  Branches       1109     1109           
=========================================
  Hits           4778     4778           
  Misses         1892     1892           
  Partials        644      644           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds WinGet distribution support for Crowdin CLI on Windows, addressing issue #994 by documenting WinGet usage and introducing CI automation to publish/update the WinGet package.

Changes:

  • Document WinGet install/upgrade/uninstall commands in the Windows installation docs.
  • Add WinGet manifest files under packages/winget/ for Crowdin CLI v4.14.1.
  • Extend the release publishing workflow with a winget job using vedantmgoyal9/winget-releaser@v2.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
website/docs/installation.md Adds Windows WinGet instructions alongside existing Chocolatey/installer options.
packages/winget/Crowdin.CrowdinCLI.yaml Adds a WinGet “version” manifest for Crowdin CLI 4.14.1 (schema 1.10.0).
packages/winget/Crowdin.CrowdinCLI.locale.en-US.yaml Adds WinGet locale metadata (publisher, URLs, description, tags, release notes).
packages/winget/Crowdin.CrowdinCLI.installer.yaml Adds WinGet installer manifest pointing at the crowdin.exe release asset plus dependency on Temurin 17 JRE.
.github/workflows/publish.yml Adds winget as a selectable package and a new job to publish via winget-releaser.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml Outdated
@andrii-bodnar andrii-bodnar merged commit f962126 into main Mar 31, 2026
9 checks passed
@andrii-bodnar andrii-bodnar deleted the ci/winget branch March 31, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

windows It is related to the Windows environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crowdin CLI installation and update with winget on Windows

2 participants