Publish your git tags swiftly and gently.
Open a terminal, enter and execute this command:
curl -s https://sh.xaox.cc/install | sh -s tagWhen you need to release a version, open a terminal in the git repository and enter:
tag [version number] [commit message]Then wait for a while to complete the release.
tag del [version number]打开终端,输入并执行这一行命令即可:
curl -s https://sh.xaox.cc/install | sh -s tag当您需要进行版本发布时,在git仓库中打开终端,输入:
tag 版本号 描述然后稍等片刻即可完成发布。
tag del 版本号