Files
2026-07-13 13:10:28 +08:00

91 B

创建 tag 并发布到 github 上

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

git push origin --tags