superlint/.github/release-please/release-please-config.json
2024-08-15 10:21:26 +02:00

40 lines
811 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"changelog-sections": [
{
"section": "🚀 Features",
"type": "feat"
},
{
"section": "🐛 Bugfixes",
"type": "fix"
},
{
"section": "⬆️ Dependency updates",
"type": "deps"
},
{
"section": "🧰 Maintenance",
"type": "build"
},
{
"section": "🧰 Maintenance",
"type": "chore"
},
{
"section": "🧰 Maintenance",
"type": "ci"
},
{
"section": "🧰 Maintenance",
"type": "docs"
}
],
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"extra-files": ["action.yml", "README.md", "slim/action.yml"]
}
}
}