mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
44 lines
746 B
JSON
44 lines
746 B
JSON
{
|
|
"commit-all": true,
|
|
"scripts": {
|
|
"prerelease": "npm run-script build-all",
|
|
"postbump": "node ./tools/postbump.js",
|
|
"postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
|
|
},
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Fixes"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "style",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Refactor",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance",
|
|
"hidden": false
|
|
},
|
|
{
|
|
"type": "test",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|