mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
Fix a syntax error in hack/release.sh
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -64,4 +64,4 @@ git fetch origin &&
|
|||||||
git checkout -b "bump-${VERSION}" origin/master &&
|
git checkout -b "bump-${VERSION}" origin/master &&
|
||||||
release_commit &&
|
release_commit &&
|
||||||
git tag -s -m "version ${VERSION}" "v${VERSION}" &&
|
git tag -s -m "version ${VERSION}" "v${VERSION}" &&
|
||||||
dev_version_commit &&
|
dev_version_commit
|
||||||
|
Reference in New Issue
Block a user