Files
kratos-bootstrap/tag.bat
2025-06-29 14:17:03 +08:00

41 lines
1.2 KiB
Batchfile

git tag api/v0.0.27 --force
git tag utils/v0.1.4 --force
git tag cache/redis/v0.0.11 --force
git tag oss/minio/v0.0.10 --force
git tag logger/v0.0.10 --force
git tag rpc/v0.0.14 --force
git tag tracer/v0.0.10 --force
git tag database/ent/v0.0.10 --force
git tag database/gorm/v0.0.10 --force
git tag database/mongodb/v0.0.12 --force
git tag database/influxdb/v0.0.12 --force
git tag database/clickhouse/v0.0.14 --force
git tag database/elasticsearch/v0.0.12 --force
git tag database/cassandra/v0.0.10 --force
git tag registry/v0.1.0 --force
git tag registry/consul/v0.1.0 --force
git tag registry/etcd/v0.1.0 --force
git tag registry/eureka/v0.1.0 --force
git tag registry/kubernetes/v0.1.0 --force
git tag registry/nacos/v0.1.0 --force
git tag registry/polaris/v0.1.0 --force
git tag registry/servicecomb/v0.1.0 --force
git tag registry/zookeeper/v0.1.0 --force
git tag remoteconfig/apollo/v0.1.0 --force
git tag remoteconfig/consul/v0.1.0 --force
git tag remoteconfig/etcd/v0.1.0 --force
git tag remoteconfig/kubernetes/v0.1.0 --force
git tag remoteconfig/nacos/v0.1.1 --force
git tag remoteconfig/polaris/v0.1.0 --force
git tag bootstrap/v0.0.17 --force
git tag v0.7.0
git push origin --tags