We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git tag -a 0.1.0 -m "[email protected]"
-a
版本号的标签
-m
标签的描述/注释
git push origin --tags
tag
release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
发布步骤如下
打tag版本
git tag -a 0.1.0 -m "[email protected]"
-a
后面加的是版本号的标签
-m
后面加的是标签的描述/注释
提交标签
tag
到远程 Git 仓库,并且以标签版本号作为release
版本号The text was updated successfully, but these errors were encountered: