x-tools/Doc/release.md
2024-03-19 14:30:55 +08:00

8 lines
129 B
Markdown

# How to Release
```shell
git tag v5.1.0
git push github v5.1.0
```
> The build-release workflow will auto release the version.