2025-07-31 13:15:04 -07:00
|
|
|
{
|
|
|
|
|
"types": [
|
|
|
|
|
{"type": "feat", "section": "Added", "hidden": false},
|
|
|
|
|
{"type": "fix", "section": "Fixed", "hidden": false},
|
|
|
|
|
{"type": "chore", "section": "Changed", "hidden": false},
|
|
|
|
|
{"type": "docs", "section": "Documentation", "hidden": false},
|
|
|
|
|
{"type": "style", "section": "Changed", "hidden": true},
|
|
|
|
|
{"type": "refactor", "section": "Changed", "hidden": false},
|
|
|
|
|
{"type": "perf", "section": "Changed", "hidden": false},
|
|
|
|
|
{"type": "test", "section": "Tests", "hidden": true},
|
|
|
|
|
{"type": "build", "section": "Build System", "hidden": true},
|
|
|
|
|
{"type": "ci", "section": "Continuous Integration", "hidden": true}
|
|
|
|
|
],
|
|
|
|
|
"releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci]",
|
2025-08-10 16:42:02 -07:00
|
|
|
"commitUrlFormat": "https://github.com/soulcraftlabs/brainy/commit/{{hash}}",
|
|
|
|
|
"compareUrlFormat": "https://github.com/soulcraftlabs/brainy/compare/{{previousTag}}...{{currentTag}}",
|
|
|
|
|
"issueUrlFormat": "https://github.com/soulcraftlabs/brainy/issues/{{id}}",
|
2025-07-31 13:15:04 -07:00
|
|
|
"userUrlFormat": "https://github.com/{{user}}",
|
|
|
|
|
"skip": {
|
|
|
|
|
"tag": false
|
|
|
|
|
}
|
|
|
|
|
}
|