mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
641c65a8c4
- Implement a job to preview the release notes - Include build, ci, and dependency updates - Add emoji to section headings to match the existing release notes - Add documentation about how to run release-please from the CLI
40 lines
773 B
JSON
40 lines
773 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"changelog-sections": [
|
|
{
|
|
"section": "⬆️ Dependency updates",
|
|
"type": "deps"
|
|
},
|
|
{
|
|
"section": "🚀 Features",
|
|
"type": "feat"
|
|
},
|
|
{
|
|
"section": "🐛 Bug fixes",
|
|
"type": "fix"
|
|
},
|
|
{
|
|
"section": "🧰 Maintenance",
|
|
"type": "build"
|
|
},
|
|
{
|
|
"section": "🧰 Maintenance",
|
|
"type": "chore"
|
|
},
|
|
{
|
|
"section": "🧰 Maintenance",
|
|
"type": "ci"
|
|
}
|
|
],
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "simple",
|
|
"extra-files": [
|
|
"action.yml",
|
|
"README.md",
|
|
"slim/action.yml"
|
|
]
|
|
}
|
|
}
|
|
}
|