{ "github": { "release": true }, "git": { "changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs" }, "hooks": { "after:bump": "npm run build && npm install && npx auto-changelog -p && npm run format && git add ../.. --update", "after:release": "cd ../openbridge-webcomponents-vue && npm publish && cd ../openbridge-webcomponents-react && cd ../openbridge-webcomponents" } }