From 51ac169b45a562e7dcbc398204a024650f838bf5 Mon Sep 17 00:00:00 2001 From: aristotelos Date: Fri, 13 Sep 2024 00:10:32 +0200 Subject: [PATCH] Add instruction to reset port version (#40872) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 618be2cbf6..c1139e5464 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,6 +9,7 @@ - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. +- [ ] When updating the upstream version, the `"port-version"` is reset (removed from `vcpkg.json`). - [ ] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [ ] Only one version is added to each modified port's versions file.