Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ the project itself, [git][git-docs], [GitHub][github-guides], and

First, ensure that our release includes a `googleapis` commit that adheres to
our [update policy][googleapis-sha-update-policy]. This generally means aiming
for a commit that is 5-7 days old. You may need to run the `renovate.sh` script
with a specific `COMMIT` and `COMMIT_DATE` to select the desired commit.
for a commit that is 5-7 days old. You may need to run the
`external/googleapis/renovate.sh` script to select the desired commit. By
default, it uses the latest commit, but you can specify an older one using the
`COMMIT` and `COMMIT_DATE` variables.

Once the `googleapis` commit has been updated in our repository and the change
is merged, run the `release/publish-bcr.sh` script using the same selected
Expand Down