18 lines
366 B
Batchfile
18 lines
366 B
Batchfile
git tag api/v0.0.5 --force
|
|
|
|
git tag utils/v0.1.0 --force
|
|
|
|
git tag cache/redis/v0.0.5 --force
|
|
git tag oss/minio/v0.0.5 --force
|
|
git tag registry/v0.0.5 --force
|
|
git tag config/v0.0.5 --force
|
|
git tag logger/v0.0.5 --force
|
|
git tag rpc/v0.0.5 --force
|
|
git tag tracer/v0.0.5 --force
|
|
|
|
git tag bootstrap/v0.0.5 --force
|
|
|
|
git tag v0.5.0
|
|
|
|
git push origin --tags
|