react-csv-reader
Version:
React component that handles csv file input.
43 lines (42 loc) • 779 B
JSON
{
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "${version}"
},
"npm": {
"publish": true,
"skipChecks": true
},
"hooks": {
"before:init": "yarn test"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Changes"
},
{
"type": "chore",
"section": "Maintenance"
}
]
}
}
}
}