mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
4a05d78ed4
Don't immediately exit on errors because this will hide diagnostic information, and linter output. Fix #5335 ci: add docs updates to changelog
44 lines
843 B
JSON
44 lines
843 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"
|
|
]
|
|
}
|
|
}
|
|
}
|