chore(deps-dev): replace fixit-releaser with auto-changelog-plus (#631)

This commit is contained in:
Cell
2025-09-05 15:47:01 +08:00
committed by GitHub
parent 1c1ec7e2ed
commit f3053330bf
3 changed files with 136 additions and 11 deletions
+2 -2
View File
@@ -38,13 +38,13 @@
"lint": "eslint --cache .",
"version": "pnpm -F versioning start prod && pnpm changelog -p",
"postversion": "git push && git push --tags",
"changelog": "fixit-releaser changelog",
"changelog": "auto-changelog-plus",
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.1",
"@hugo-fixit/fixit-releaser": "^1.6.0",
"@types/node": "^24.3.0",
"auto-changelog-plus": "^1.0.0",
"eslint": "^9.34.0",
"lint-staged": "^16.1.5",
"serve": "^14.2.4",