Files
kratos-bootstrap/tag.bat
2024-11-14 11:45:17 +08:00

19 lines
399 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 database/v0.0.5 --force
git tag bootstrap/v0.0.5 --force
git tag v0.5.0
git push origin --tags