Merge commit 'c7beee394d30c3f4d8680ad2aa1c522c41052646' into prow-update-master

This commit is contained in:
Patrick Ohly
2021-03-18 09:13:22 +01:00
6 changed files with 11 additions and 33 deletions

View File

@@ -21,7 +21,11 @@ The expected repository layout is:
Dockerfile in the root when only building a single command
- `Makefile` - includes `release-tools/build.make` and sets
configuration variables
- `.travis.yml` - a symlink to `release-tools/.travis.yml`
- `.prow.sh` script which imports `release-tools/prow.sh`
and may contain further customization
- `.cloudbuild.sh` and `cloudbuild.yaml` as symlinks to
the corresponding files in `release-tools` or (if necessary)
as custom files
To create a release, tag a certain revision with a name that
starts with `v`, for example `v1.0.0`, then `make push`