1 Star 0 Fork 35

L-Honey/neatlogic-web

forked from NeatLogic/neatlogic-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autotag.sh 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvzk 提交于 2023-12-14 16:20 . update autotag
#
# Copyright(c) 2022 Neatlogic 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://192.168.0.82:7070/api/v4/projects/$PROJECT_ID/repository/tags
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/L-Honey/neatlogic-web.git
git@gitee.com:L-Honey/neatlogic-web.git
L-Honey
neatlogic-web
neatlogic-web
develop3.0.0

搜索帮助