We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41aa7ff commit 05b46d0Copy full SHA for 05b46d0
1 file changed
release/README.md
@@ -274,6 +274,7 @@ You can find the `GOOGLEAPIS_SHA512` from your release PR. For example, in
274
275
```shell
276
GOOGLEAPIS_SHA512=...
277
+sed -i "/REPO googleapis\/googleapis/ {n; s/REF .*/REF ${GOOGLEAPIS_SHA512}/}" ports/google-cloud-cpp/portfile.cmake
278
SHA512=($(curl -fSsL https://github.com/googleapis/googleapis/archive/${GOOGLEAPIS_SHA512}.tar.gz | sha512sum))
279
sed -i "/REPO googleapis\/googleapis/ {n; n; s/SHA512 .*/SHA512 ${SHA512[0]}/}" ports/google-cloud-cpp/portfile.cmake
280
```
0 commit comments