docs: release: add step to generate version file before image.

The image now is generated using versions file. It is not generated
it will fail.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2019-05-07 13:58:56 -05:00
parent 4bb97ef14a
commit 003433c1a9

View File

@ -81,6 +81,8 @@ $ git pull
3. Create the Kata Containers image and upload it to GitHub:
```bash
$ cd ${GOPATH}/src/github.com/kata-containers/packaging/obs-packaging
$ ./gen_versions_txt.sh ${BRANCH}
$ cd ${GOPATH}/src/github.com/kata-containers/packaging/release
$ ./publish-kata-image.sh -p ${NEW_VERSION}
```