mirror of https://github.com/grpc/grpc-java.git
RELEASING.md: only project admin can create Cron jobs (#7642)
This commit is contained in:
parent
f5bbe12c9f
commit
3a10392e4e
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue