Files
kratos-bootstrap/tag.bat
2025-05-06 16:47:23 +08:00

25 lines
615 B
Batchfile

git tag api/v0.0.12 --force
git tag utils/v0.1.2 --force
git tag cache/redis/v0.0.8 --force
git tag oss/minio/v0.0.8 --force
git tag registry/v0.0.8 --force
git tag config/v0.0.8 --force
git tag logger/v0.0.8 --force
git tag rpc/v0.0.9 --force
git tag tracer/v0.0.8 --force
git tag database/ent/v0.0.8 --force
git tag database/gorm/v0.0.8 --force
git tag database/mongodb/v0.0.8 --force
git tag database/influxdb/v0.0.8 --force
git tag database/cassandra/v0.0.8 --force
git tag database/clickhouse/v0.0.8 --force
git tag bootstrap/v0.0.14 --force
git tag v0.5.0
git push origin --tags