This commit is contained in:
12
Taskfile.yml
Normal file
12
Taskfile.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
version: 3
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
latest:
|
||||||
|
desc: 生成最新的版本
|
||||||
|
cmds:
|
||||||
|
- git tag -d "latest"
|
||||||
|
- git push origin :refs/tags/latest
|
||||||
|
- git tag -a "latest" -m "latest"
|
||||||
|
- git push origin --tags
|
||||||
|
- git push
|
||||||
|
|
||||||
Reference in New Issue
Block a user