Automate WinGet Manifest Submission #23971
arpan3t
started this conversation in
Enhancements
Replies: 1 comment 1 reply
-
Here is an issue for automating WinGet releases: #19927 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PowerShell MS docs recommended installation method is to use WinGet, but I've noticed that PowerShell releases are out for up to a couple days before the pull request to WinGet-pkgs is made. I get the new version release notification when launching a new Terminal or VS Code PowerShell extension loads, run
winget list --upgrade-available
orwinget search
and there's no update...I understand that WinGet has its own submission review process and I'm not looking for an up to the second orchestrated release, but using the 7.4.3 release as an example, an ~18-hour lapse between release and WinGet pull request could be better. Not sure how this is currently handled, but I'd imagine a GitHub action or Azure pipeline could automate the manifest submission by triggering on release.
Obviously not a priority enhancement, just a thought that would help align with MS documentation.
Beta Was this translation helpful? Give feedback.
All reactions