incorporate the changelog comp generation to standard-version

This commit is contained in:
Yanick Champoux 2022-04-17 17:50:37 -04:00
parent 49cc4eb4b2
commit f44de3ab6b

View File

@ -1,4 +1,7 @@
{
"scripts": {
"postchangelog": "gotask changelog"
},
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },