Merge pull request #565 from nitkon/patch-5

release.md: Fix a typo
This commit is contained in:
Graham Whaley 2019-06-07 09:13:20 +01:00 committed by GitHub
commit 1d170e8ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ $ git pull
5. Create Kata packages:
```bash
$ cd ${GOPATH}/src/github.com/kata-containers/packaging/obs-packaging
# Optional, if release is a new stable branch ./create-pkg-branch.sh ${BRANCH}
# Optional, if release is a new stable branch ./create-repo-branch.sh ${BRANCH}
$./gen_versions_txt.sh ${BRANCH}
$PUSH=1 OBS_SUBPROJECT="releases:$(uname -m):${BRANCH}" ./build_from_docker.sh ${NEW_VERSION}
```