mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
8 lines
129 B
Markdown
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. |