mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
28 lines
430 B
Plaintext
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]"
|
|
} |