Files
kratos-bootstrap/tag.bat
2024-11-14 15:25:58 +08:00

25 lines
613 B
Batchfile

git tag api/v0.0.7 --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.6 --force
git tag config/v0.0.5 --force
git tag logger/v0.0.6 --force
git tag rpc/v0.0.5 --force
git tag tracer/v0.0.5 --force
git tag database/ent/v0.0.1 --force
git tag database/gorm/v0.0.1 --force
git tag database/mongodb/v0.0.1 --force
git tag database/influxdb/v0.0.1 --force
git tag database/cassandra/v0.0.1 --force
git tag database/clickhouse/v0.0.2 --force
git tag bootstrap/v0.0.8 --force
git tag v0.5.0
git push origin --tags