personal-document-generator
Version:
A simple DNI (spanish ID document number) and NIE (id number for foreing people in spain) generators.
56 lines (55 loc) • 1.15 kB
JSON
{
"$schema": "https://unpkg.com/release-it@17/schema/release-it.json",
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"hidden": false
},
{
"type": "docs",
"hidden": false
},
{
"type": "style",
"hidden": false
},
{
"type": "refactor",
"hidden": false
},
{
"type": "perf",
"hidden": false
},
{
"type": "test",
"hidden": false
}
]
}
}
},
"git": {
"commitMessage": "chore: release v${version}",
"tagAnnotation": "Release ${version}",
"requireUpstream": false,
"push": false,
"tag": false
},
"npm": {
"publish": false
}
}