mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 10:15:59 +08:00
10 lines
190 B
Markdown
10 lines
190 B
Markdown
## release
|
|
|
|
完整版本在网页上进行
|
|
|
|
### 替换小版本
|
|
- 删除 v2 tag
|
|
- git push origin :refs/tags/v2
|
|
- 把最新的 v2.1.0 推送到 远端 v2 tag
|
|
- git push origin v2.1.0:v1
|