Files
smooth-app/release-please-config.json
2025-11-07 14:59:04 +01:00

18 lines
669 B
JSON

{
"packages": {
".": {
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{"type": "feat", "section": "🚀 Features", "hidden": false},
{"type": "fix", "section": "🐛 Bug Fixes", "hidden": false},
{"type": "docs", "section": "📖 Documentation", "hidden": false},
{"type": "ci", "section": "🤖 Automation", "hidden": false},
{"type": "refactor", "section": "👷 Refactoring", "hidden": false},
{"type": "chore", "section": "🛠 Miscellaneous", "hidden": false},
{"type": "l10n", "section": "🌍 Translations", "hidden": false}
]
}
}
}