Skip to content

Commit

Permalink
🔄 synced local '.autorc' with remote 'template_configs/.autorc'
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobagel-bot[bot] authored Dec 18, 2024
1 parent 563d2d9 commit c920875
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"description": "Significant behaviour change that breaks compatibility, will increment major version (+1.0.0)",
"releaseType": "major",
"overwrite": true,
"color": "#C5000B"
"color": "#C1EF40"
},
{
"name": "pr-minor-breaking",
"changelogTitle": "💥 Breaking Changes",
"description": "Feature or enhancement that breaks compatibility, will increment minor version (0.+1.0)",
"releaseType": "minor",
"overwrite": true,
"color": "#F1A60E"
"color": "#C1EF40"
},
{
"name": "pr-minor",
"changelogTitle": "🚀 Enhancements",
"description": "Non-breaking feature or enhancement, will increment minor version (0.+1.0)",
"releaseType": "minor",
"overwrite": true,
"color": "#F1A60E"
"color": "#C1EF40"
},
{
"name": "pr-patch",
Expand All @@ -49,55 +49,55 @@
"releaseType": "patch",
"overwrite": true,
"default": true,
"color": "#870048"
"color": "#C1EF40"
},
{
"name": "pr-bug-fix",
"changelogTitle": "🐛 Bug Fixes",
"description": "Bug fix, will increment patch version when merged (0.0.+1)",
"releaseType": "patch",
"overwrite": true,
"color": "#870048"
"color": "#C1EF40"
},
{
"name": "pr-internal",
"changelogTitle": "🏠 Internal",
"description": "Non-user-facing code improvement, will increment patch version when merged (0.0.+1)",
"releaseType": "patch",
"overwrite": true,
"color": "#696969"
"color": "#C1EF40"
},
{
"name": "pr-performance",
"changelogTitle": "🏎 Performance Improvements",
"description": "Improve performance of an existing feature, will increment patch version when merged (0.0.+1)",
"releaseType": "patch",
"overwrite": true,
"color": "#f4b2d8"
"color": "#C1EF40"
},
{
"name": "pr-documentation",
"changelogTitle": "📝 Documentation",
"description": "Change that only affects user documentation",
"releaseType": "none",
"overwrite": true,
"color": "#cfd3d7"
"color": "#C1EF40"
},
{
"name": "pr-tests",
"changelogTitle": " 🧪 Tests",
"description": "Add or improve existing tests",
"releaseType": "none",
"overwrite": true,
"color": "#ffd3cc"
"color": "#C1EF40"
},
{
"name": "pr-dependencies",
"changelogTitle": "🔩 Dependency Updates",
"description": "Update one or more dependencies version",
"releaseType": "none",
"overwrite": true,
"color": "#8732bc"
"color": "#C1EF40"
},
{
"name": "skip-release",
Expand All @@ -111,7 +111,7 @@
"description": "Create a release when this PR is merged",
"releaseType": "release",
"overwrite": true,
"color": "#007f70"
"color": "#BFDADC"
}
]
}

0 comments on commit c920875

Please sign in to comment.