add versionbuilder script to release hook

ref #30
This commit is contained in:
Philipp Dormann 2021-01-10 17:18:16 +01:00
parent b8a9e4f272
commit 16f572480a

View File

@ -51,7 +51,7 @@
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md"
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add public/index.html"
}
}
}