Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
7b89f9c to
46a75fb
Compare
There was a problem hiding this comment.
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
wingetjob usingvedantmgoyal9/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.
46a75fb to
098c2c9
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #994