mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-05 10:09:29 +08:00
feat: init
This commit is contained in:
parent
187e5cda68
commit
696d85e918
12
deploy.sh
12
deploy.sh
@ -2,7 +2,7 @@
|
|||||||
# Author : OBKoro1
|
# Author : OBKoro1
|
||||||
# Date : 2019-12-26 20:55:46
|
# Date : 2019-12-26 20:55:46
|
||||||
# LastEditors : OBKoro1
|
# LastEditors : OBKoro1
|
||||||
# LastEditTime : 2020-10-27 17:03:16
|
# LastEditTime : 2020-11-18 16:40:49
|
||||||
# FilePath : \autoCommit\deploy.sh
|
# FilePath : \autoCommit\deploy.sh
|
||||||
# Description :
|
# Description :
|
||||||
# https://github.com/OBKoro1
|
# https://github.com/OBKoro1
|
||||||
@ -26,3 +26,13 @@ vsce package --yarn # 解决下文报错
|
|||||||
|
|
||||||
# TODO: 修改版本
|
# TODO: 修改版本
|
||||||
# npx ovsx publish /Users/koro/work/web_my/koro1FileHeader/korofileheader-4.7.8.vsix -p 765ed6f2-2c30-4466-9cb5-223e323b650a
|
# npx ovsx publish /Users/koro/work/web_my/koro1FileHeader/korofileheader-4.7.8.vsix -p 765ed6f2-2c30-4466-9cb5-223e323b650a
|
||||||
|
|
||||||
|
# tag
|
||||||
|
# https://git-scm.com/book/zh/v2/Git-%E5%9F%BA%E7%A1%80-%E6%89%93%E6%A0%87%E7%AD%BE
|
||||||
|
|
||||||
|
# git tag -a 'v0.0.12' -m 'tag信息'
|
||||||
|
# git push origin --tags
|
||||||
|
# git tag
|
||||||
|
|
||||||
|
# git tag -l | xargs git tag -d #删除所有本地分支
|
||||||
|
# git fetch origin --prune #从远程拉取所有信息
|
||||||
|
Loading…
Reference in New Issue
Block a user