diff --git a/RELEASING.md b/RELEASING.md index 897e8c2bf7..18803de718 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -83,8 +83,8 @@ would be used to create all `v1.7` tags (e.g. `v1.7.0`, `v1.7.1`). $(git log --pretty=format:%H --grep "^Start $MAJOR.$((MINOR+1)).0 development cycle$" upstream/master)^ $ git push upstream v$MAJOR.$MINOR.x ``` -4. Go to [Travis CI settings](https://travis-ci.org/grpc/grpc-java/settings) and - add a _Cron Job_: +4. Ask a project admin to go to [Travis CI settings](https://travis-ci.org/grpc/grpc-java/settings) + and add a _Cron Job_: * Branch: `v$MAJOR.$MINOR.x` * Interval: `weekly` * Options: `Do not run if there has been a build in the last 24h`