Files
2021-10-11 23:38:06 +08:00

91 B

创建 tag 并发布到 github 上

git tag -a v2.0 -m "v2.0"

git push origin --tags