2025-08-27 12:19:32 -07:00
{
2025-10-01 13:26:04 -07:00
"types" : [
{ "type" : "feat" , "section" : "✨ Features" } ,
{ "type" : "fix" , "section" : "🐛 Bug Fixes" } ,
{ "type" : "docs" , "section" : "📚 Documentation" } ,
{ "type" : "refactor" , "section" : "♻️ Code Refactoring" } ,
{ "type" : "perf" , "section" : "⚡ Performance Improvements" } ,
{ "type" : "test" , "section" : "✅ Tests" } ,
{ "type" : "build" , "section" : "🔧 Build System" } ,
{ "type" : "ci" , "section" : "🔄 CI/CD" } ,
{ "type" : "style" , "hidden" : true } ,
{ "type" : "chore" , "hidden" : true }
] ,
2025-08-27 12:19:32 -07:00
"compareUrlFormat" : "https://github.com/soulcraftlabs/brainy/compare/{{previousTag}}...{{currentTag}}" ,
"commitUrlFormat" : "https://github.com/soulcraftlabs/brainy/commit/{{hash}}" ,
"issueUrlFormat" : "https://github.com/soulcraftlabs/brainy/issues/{{id}}" ,
"userUrlFormat" : "https://github.com/{{user}}" ,
"releaseCommitMessageFormat" : "chore(release): {{currentTag}}" ,
"issuePrefixes" : [ "#" ] ,
"header" : "# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n" ,
"scripts" : {
2025-10-01 13:26:04 -07:00
"postbump" : "echo '✅ Version bumped to' $(node -p \"require('./package.json').version\")"
2025-08-27 12:19:32 -07:00
}
}