Skip to content

Commit d6c019e

Browse files
authored
Update vcpkg-scripts SHA to 2025-07-15. (#1725)
1 parent f87e4c4 commit d6c019e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/vcpkg_tool_release_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This document describes the acceptance criteria / process we use when doing a vcpkg-tool update,
44
such as https://github.com/microsoft/vcpkg/pull/23757
55

6-
1. Update `$/vcpkg-init/vcpkg-scripts-sha.txt` to the current `master` branch SHA in the registry
7-
repo.
6+
1. Run `$/vcpkg-init/update-scripts-sha.ps1` to update `$/vcpkg-init/vcpkg-scripts-sha.txt` to the
7+
current `master` branch SHA in the registry repo.
88
1. Verify that all tests etc. are passing in the vcpkg-tool repo's `main` branch, and that the
99
contents therein are acceptable for release. (Steps after this will sign code there, so this
1010
review is responsible gating what has access to code signing.)

vcpkg-init/update-scripts-sha.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
git ls-remote https://github.com/microsoft/vcpkg master | `
2+
ForEach-Object { $x = [regex]::Match($_, '^[0-9a-f]+').Value; "$x`n" } | `
3+
Out-File -LiteralPath "$PSScriptRoot/vcpkg-scripts-sha.txt" -Encoding Ascii -NoNewline

vcpkg-init/vcpkg-scripts-sha.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f6729a3ac3bfdefc999aa8e3664f8014370886b8
1+
bdd229e13c66fa11acdc0bc8fed8e7474cd24aa5

0 commit comments

Comments
 (0)