chore: Remove unused hooks from release-it configuration

This commit is contained in:
Nicolai Ort 2025-04-28 20:28:45 +02:00
parent 03a778c24f
commit 87e05ff637
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -52,9 +52,6 @@
},
"npm": {
"publish": true
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add index.html && node order.js && git add src/locales"
}
}
}