Skip to content

Commit 291effb

Browse files
authored
chore: update release instructions to mention default script behavior (#15712)
* chore: update release instructions to mention default script behavior
1 parent e9c9740 commit 291effb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

release/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ the project itself, [git][git-docs], [GitHub][github-guides], and
1414

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

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

0 commit comments

Comments
 (0)