mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
feat: Enhance version bumping process to update CHANGELOG.md with new version header
This commit is contained in:
@@ -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 CHANGELOG.md"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Jiaxin PENG",
|
||||
|
||||
Reference in New Issue
Block a user