mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
31 lines
1002 B
JSON
31 lines
1002 B
JSON
{
|
|
"include-v-in-tag": true,
|
|
"plugins": ["sentence-case"],
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance Improvements" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "deps", "section": "Dependencies" },
|
|
{ "type": "ci", "section": "Continuous Integration", "hidden": true },
|
|
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
|
|
{ "type": "build", "section": "Build System", "hidden": true },
|
|
{ "type": "style", "section": "Styles", "hidden": true },
|
|
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
|
|
{ "type": "test", "section": "Tests", "hidden": true }
|
|
],
|
|
"extra-files": [
|
|
{
|
|
"type": "yaml",
|
|
"path": "idf_component.yml",
|
|
"jsonpath": "$.version"
|
|
}
|
|
],
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple"
|
|
}
|
|
}
|
|
}
|