Files
lunasea/.versionrc
2022-04-12 18:24:53 -04:00

28 lines
437 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}}\n\n[skip ci]"
}