mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00: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
|