Files
lunasea/.versionrc
2022-08-18 13:16:10 -04:00

28 lines
430 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": "release: v{{currentTag}}\n\n[skip ci]"
}