3 Star 11 Fork 1

cherry-game/cherry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tag.sh 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
phantacix 提交于 2024-09-07 22:43 . update:从主仓库迁出examples
#!/bin/bash
echo "[TAG] ------------------------------------------------------"
# shellcheck disable=SC2162
read -p "[TAG] enter new tag(eg. 1.3.14):" number
echo ""
echo "[TAG ${number}] cherry"
git tag -a "v${number}" -m "auto tag"
echo "[TAG ${number}] components/cron"
git tag -a "components/cron/v${number}" -m "auto tag"
echo "[TAG ${number}] components/data-config"
git tag -a "components/data-config/v${number}" -m "auto tag"
echo "[TAG ${number}] components/etcd"
git tag -a "components/etcd/v${number}" -m "auto tag"
echo "[TAG ${number}] components/gin"
git tag -a "components/gin/v${number}" -m "auto tag"
echo "[TAG ${number}] components/gops"
git tag -a "components/gops/v${number}" -m "auto tag"
echo "[TAG ${number}] components/gorm"
git tag -a "components/gorm/v${number}" -m "auto tag"
echo "[TAG ${number}] components/mongo"
git tag -a "components/mongo/v${number}" -m "auto tag"
echo "[TAG] ------------------------------------------------------"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/cherry-game/cherry.git
[email protected]:cherry-game/cherry.git
cherry-game
cherry
cherry
master

搜索帮助