Merge pull request #5038 from mheon/fix_release_script

[CI:DOCS] Fix a syntax error in hack/release.sh
This commit is contained in:
OpenShift Merge Robot 2020-01-31 09:17:11 -08:00 committed by GitHub
commit dd6209e155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ git fetch origin &&
git checkout -b "bump-${VERSION}" origin/master &&
release_commit &&
git tag -s -m "version ${VERSION}" "v${VERSION}" &&
dev_version_commit &&
dev_version_commit