You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(release): expand winget pre-submission checks from 0.1.12 lessons
The 0.1.12 PR (microsoft/winget-pkgs#366768) tripped on two issues
that weren't called out in the previous procedure:
- wingetcreate 1.10.x defaults to manifest schema 1.10.0, but the
0.1.11 manifest already in `winget-pkgs:master` is at 1.12.0.
Submitting at 1.10 would get pushed back. Add a wingetcreate
version check and a schema-parity check against the previously
merged manifest.
- Local `winget install --manifest <path>` typically stalls at the
"applying motw" step on Defender-active machines because the same
false-positive that hits validation also hits the local install.
Document that a successful local install is nice-to-have, not
blocking.
Also bump the post-submit step list to include "post the checklist
status as a PR comment" — reviewers shouldn't have to re-verify
each box manually.
0 commit comments