9 Star 25 Fork 31

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
JavaScript
1
https://gitee.com/neat-logic/neatlogic-web.git
git@gitee.com:neat-logic/neatlogic-web.git
neat-logic
neatlogic-web
neatlogic-web
develop3.0.0

搜索帮助