Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔄 synced file(s) with neurobagel/workflows #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}