Refactor WinGet package publishing workflow and update manifest struc…#21
Merged
Conversation
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.
This pull request updates the WinGet packaging process to use the multi-file manifest structure required by the latest WinGet standards, replacing the previous single YAML manifest. The workflow and documentation have been updated accordingly, and the new manifest files are now generated, managed, and published in the correct directory structure.
WinGet packaging and workflow updates:
.github/workflows/winget-package-publish.ymlnow generates and publishes WinGet manifests using the multi-file format underdist/winget/manifests/s/SpecLabs/Devspec/0.1.0, replacing the old single-filedevspec.yamlapproach.packaging/winget/devspec.yamlhas been removed, and three new manifest files have been added:SpecLabs.Devspec.yaml,SpecLabs.Devspec.locale.en-US.yaml, andSpecLabs.Devspec.installer.yaml, each serving a specific purpose in the WinGet multi-file manifest schema.Documentation updates:
docs/how-to/README.mdhas been updated to reflect the new manifest paths, directory structure, and validation instructions for the multi-file WinGet manifest format.