🔧 Chore: add changelog template and workflow

This commit is contained in:
Cell
2024-04-22 16:20:00 +08:00
parent 09440190aa
commit 429698a096
7 changed files with 411 additions and 4 deletions
+5 -1
View File
@@ -24,6 +24,10 @@
"server:production": "npm run server -- -e production",
"server:docs": "hugo server --source=../fixit-docs -D --disableFastRender --navigateToChanged --ignoreCache --bind 0.0.0.0",
"version": "sed -i '' \"s/v$npm_package_version-RC/v$npm_package_version/g\" layouts/partials/init/index.html && git add .",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"release": "auto-changelog --template changelog-template.hbs"
},
"devDependencies": {
"auto-changelog": "^2.4.0"
}
}