mirror of
https://gitlab.com/renovate-bot/renovate-runner.git
synced 2025-04-18 06:48:22 +02:00
66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
{
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
[
|
|
"@semantic-release/gitlab",
|
|
{
|
|
"successComment": false
|
|
}
|
|
]
|
|
],
|
|
"preset": "conventionalcommits",
|
|
"presetConfig": {
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance Improvements"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "Reverts"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Documentation"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "Styles"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Code Refactoring"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "Tests"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"section": "Build System"
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "Continuous Integration"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Miscellaneous Chores"
|
|
}
|
|
]
|
|
},
|
|
"branches": [
|
|
{
|
|
"name": "main"
|
|
}
|
|
]
|
|
}
|