brainy/.versionrc.json
David Snelling 5e0c02e363 chore: Update repository references from soulcraft-research to soulcraftlabs
- Updated GitHub URLs to github.com/soulcraftlabs/brainy
- Updated git remote origin URL
- Updated all documentation references
2025-08-10 16:42:02 -07:00

22 lines
1 KiB
JSON

{
"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]",
"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}}",
"userUrlFormat": "https://github.com/{{user}}",
"skip": {
"tag": false
}
}