1 Star 0 Fork 35

istorkbox/neatlogic-web

forked from NeatLogic/neatlogic-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autotag.sh 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvzk 提交于 2023-03-03 20:45 . init
#
# Copyright(c) 2022 TechSure Co., Ltd. All Rights Reserved.
# 本内容仅限于深圳市赞悦科技有限公司内部传阅,禁止外泄以及用于其他的商业项目。
#
POM_VERSION=`cat package.json|grep version|sed -n '1p'`
POM_VERSION=${POM_VERSION%\"*}
POM_VERSION=${POM_VERSION##*\"}
echo $POM_VERSION
if [ $POM_VERSION != "" ]; then
PROJECT_ID=$1
REF=$2
curl -H "PRIVATE-TOKEN: 5zWk91yBpWfrbrN5fZDV" -X POST -d "tag_name=$POM_VERSION&ref=$REF" http://git.techsure.cn:7070/api/v4/projects/$PROJECT_ID/repository/tags
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/istorkbox_istorkbox/neatlogic-web.git
git@gitee.com:istorkbox_istorkbox/neatlogic-web.git
istorkbox_istorkbox
neatlogic-web
neatlogic-web
develop3.0.0

搜索帮助