mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
fix(ci): correct release-please changelog section names and tag format
This commit is contained in:
+11
-10
@@ -1,21 +1,22 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"include-component-in-tag": false,
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "node",
|
||||
"bump-minor-pre-major": true,
|
||||
"changelog-path": "CHANGELOG.md",
|
||||
"changelog-sections": [
|
||||
{ "type": "feat", "section": "### Added" },
|
||||
{ "type": "fix", "section": "### Fixed" },
|
||||
{ "type": "perf", "section": "### Fixed" },
|
||||
{ "type": "revert", "section": "### Fixed" },
|
||||
{ "type": "security", "section": "### Security" },
|
||||
{ "type": "docs", "section": "### Documentation", "hidden": true },
|
||||
{ "type": "chore", "section": "### Miscellaneous", "hidden": true },
|
||||
{ "type": "ci", "section": "### CI/CD", "hidden": true },
|
||||
{ "type": "refactor", "section": "### Changed", "hidden": true },
|
||||
{ "type": "test", "section": "### Tests", "hidden": true }
|
||||
{ "type": "feat", "section": "Added" },
|
||||
{ "type": "fix", "section": "Fixed" },
|
||||
{ "type": "perf", "section": "Fixed" },
|
||||
{ "type": "revert", "section": "Fixed" },
|
||||
{ "type": "security", "section": "Security" },
|
||||
{ "type": "docs", "section": "Documentation", "hidden": true },
|
||||
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
|
||||
{ "type": "ci", "section": "CI/CD", "hidden": true },
|
||||
{ "type": "refactor", "section": "Changed", "hidden": true },
|
||||
{ "type": "test", "section": "Tests", "hidden": true }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user