gitlab打标签,保存发布本部

1. 给本次提交打tag标签及添加描述信息
git tag -a v1.0.0 -m 'test tag'


2. 提交信息到当前分支
git push origin v1.0.0

你可能感兴趣的:(gitlab)