mirror of
https://github.com/woodchen-ink/obsidian-lskypro-uploader.git
synced 2025-07-18 05:42:07 +08:00
更新版本脚本以自动添加 Git 标签
This commit is contained in:
parent
df97fea05f
commit
dd06cffc91
@ -7,7 +7,7 @@
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
||||
"version": "node version-bump.mjs && git add manifest.json versions.json && git tag $(node -p \"require('./package.json').version\")"
|
||||
},
|
||||
"keywords": [
|
||||
"obsidian.md",
|
||||
|
Loading…
x
Reference in New Issue
Block a user