docs: update changelog generation command

This commit is contained in:
Elysia
2026-02-15 00:25:39 +08:00
parent dccfa6029a
commit 12b604dbad
3 changed files with 100 additions and 139 deletions

View File

@@ -30,7 +30,7 @@
"lint": "eslint --ext .ts,.vue src electron",
"lint:fix": "eslint --ext .ts,.vue src electron --fix",
"format": "prettier --write \"src/**/*.{ts,vue}\" \"electron/**/*.{ts,vue}\"",
"changelog": "conventional-changelog --skip-unstable -p angular -i CHANGELOG.md -s -r 0"
"changelog": "conventional-changelog -p angular -r 0"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.51.4",