From 8b60b456ac423cbd41a48c8cb70ed58190e27513 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Wed, 3 Jul 2019 11:22:27 -0700 Subject: [PATCH] Update README.md --- releasing/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releasing/README.md b/releasing/README.md index 5a48d5b72..461fd39db 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -75,14 +75,14 @@ git tag -a $version -m "Release $version" ``` ### trigger the cloud build - -Pushing the tag will trigger a job in [Google Cloud -Build] to put a new release on the [releases page]. - +Push the tag: ``` git push upstream $version ``` +This triggers a job in [Google Cloud Build] to +put a new release on the [release page]. + ### Update release notes Visit the [release page] and edit the release notes as desired.