Files
lunasea/.versionrc
2022-03-12 02:40:12 -06:00

28 lines
434 B
Plaintext

{
"skip": {
"bump": true
},
"types": [
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Tweaks"
}
],
"releaseCommitMessageFormat": "chore(release): v{{currentTag}} [skip ci]"
}