2023-12-20 08:58:25 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
2023-12-21 09:03:14 -05:00
|
|
|
"changelog-sections": [
|
|
|
|
{
|
|
|
|
"section": "🚀 Features",
|
|
|
|
"type": "feat"
|
|
|
|
},
|
|
|
|
{
|
2024-01-31 04:31:06 -05:00
|
|
|
"section": "🐛 Bugfixes",
|
2023-12-21 09:03:14 -05:00
|
|
|
"type": "fix"
|
|
|
|
},
|
2024-01-31 04:31:06 -05:00
|
|
|
{
|
|
|
|
"section": "⬆️ Dependency updates",
|
|
|
|
"type": "deps"
|
|
|
|
},
|
2023-12-21 09:03:14 -05:00
|
|
|
{
|
|
|
|
"section": "🧰 Maintenance",
|
|
|
|
"type": "build"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"section": "🧰 Maintenance",
|
|
|
|
"type": "chore"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"section": "🧰 Maintenance",
|
|
|
|
"type": "ci"
|
2024-02-27 08:57:36 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"section": "🧰 Maintenance",
|
|
|
|
"type": "docs"
|
2023-12-21 09:03:14 -05:00
|
|
|
}
|
|
|
|
],
|
2023-12-20 08:58:25 -05:00
|
|
|
"packages": {
|
|
|
|
".": {
|
|
|
|
"changelog-path": "CHANGELOG.md",
|
|
|
|
"release-type": "simple",
|
|
|
|
"extra-files": [
|
|
|
|
"action.yml",
|
|
|
|
"README.md",
|
2023-12-20 09:55:53 -05:00
|
|
|
"slim/action.yml"
|
2023-12-20 08:58:25 -05:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|