Skip to content

Commit 05b46d0

Browse files
authored
doc: add vcpkg REF replacement command in release doc (#15231)
1 parent 41aa7ff commit 05b46d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ You can find the `GOOGLEAPIS_SHA512` from your release PR. For example, in
274274

275275
```shell
276276
GOOGLEAPIS_SHA512=...
277+
sed -i "/REPO googleapis\/googleapis/ {n; s/REF .*/REF ${GOOGLEAPIS_SHA512}/}" ports/google-cloud-cpp/portfile.cmake
277278
SHA512=($(curl -fSsL https://github.com/googleapis/googleapis/archive/${GOOGLEAPIS_SHA512}.tar.gz | sha512sum))
278279
sed -i "/REPO googleapis\/googleapis/ {n; n; s/SHA512 .*/SHA512 ${SHA512[0]}/}" ports/google-cloud-cpp/portfile.cmake
279280
```

0 commit comments

Comments
 (0)