diff --git a/README.md b/README.md index 19dd4cb6..aee2f09e 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,12 @@ Click on the individual commands to learn more. You can use WingetCreate to update your existing app manifest as part of your CI/CD pipeline. For reference, see the final task in this repo's [release Azure pipeline](https://github.com/microsoft/winget-create/blob/main/pipelines/azure-pipelines.release.yml). If you are utilizing GitHub Actions as your CI pipeline, you can refer to the following repositories that have implemented WingetCreate within their release pipelines: -- [DevHome](https://github.com/microsoft/devhome/blob/main/.github/workflows/winget-submission.yml) -- [Oh-My-Posh](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/.github/workflows/winget.yml) +- [Copilot CLI](https://github.com/github/copilot-cli/blob/v0.0.368-2/.github/workflows/winget.yml) +- [Edit](https://github.com/microsoft/edit/blob/main/.github/workflows/winget.yml) +- [Oh-My-Posh](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/.github/workflows/release.yml#L139) - [PowerToys](https://github.com/microsoft/PowerToys/blob/main/.github/workflows/package-submissions.yml) - [Terminal](https://github.com/microsoft/terminal/blob/main/.github/workflows/winget.yml) +- [WinGet Studio](https://github.com/microsoft/winget-studio/blob/main/.github/workflows/winget.yml) You can also check out this [episode of Open at Microsoft](https://learn.microsoft.com/en-us/shows/open-at-microsoft/wingetcreate-keeping-winget-packages-up-to-date) where we cover the same topic.