代码拉取完成,页面将自动刷新
#!/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] ------------------------------------------------------"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。