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.