mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 23:14:21 +01:00
5 lines
146 B
Plaintext
Executable File
5 lines
146 B
Plaintext
Executable File
VERSION=1.8.0-alpha1
|
|
git tag --delete $VERSION
|
|
git push origin :$VERSION
|
|
git tag -a $VERSION -m "test tag - $VERSION" && git push origin $VERSION
|