@eureca/eureca-ui
Version:
UI component library of Eureca's user and admin apps
17 lines (16 loc) • 462 B
JSON
{
"hooks": {
"before:init": ["yarn lint", "yarn test:deploy"],
"after:bump": "yarn build",
"after:release": "echo Release ${name} v${version} concluído!"
},
"git": {
"commitMessage": "chore: release v%s",
"tagName": "v${version}",
"tagAnnotation": "Release v${version}",
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD | grep -v -e \"Merge branch\" -e \"WIP\""
},
"npm": {
"publish": true
}
}