mirror of
https://github.com/catppuccin/web-file-explorer-icons.git
synced 2026-01-09 05:50:49 +08:00
24 lines
960 B
JSON
24 lines
960 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"last-release-sha": "9979443c24c2f4f4110494c4ac3976853fdf6168",
|
|
"packages": {
|
|
".": {
|
|
"package-name": "",
|
|
"release-type": "node"
|
|
}
|
|
},
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance Improvements" },
|
|
{ "type": "revert", "section": "Reverts", "hidden": true },
|
|
{ "type": "docs", "section": "Documentation", "hidden": true },
|
|
{ "type": "style", "section": "Styles", "hidden": true },
|
|
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
|
|
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
|
|
{ "type": "test", "section": "Tests", "hidden": true },
|
|
{ "type": "build", "section": "Build System", "hidden": true },
|
|
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
|
|
]
|
|
}
|