mirror of
https://github.com/H3rmt/hyprshell.git
synced 2026-01-09 05:41:06 +08:00
82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"last-release-sha": "e4f9787f3d833a47838387713f047f327ca87a92",
|
|
"always-update": true,
|
|
"include-v-in-tag": true,
|
|
"draft": false,
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"extra-files": [
|
|
{
|
|
"type": "generic",
|
|
"path": "packaging/pkgbuild/PKGBUILD"
|
|
},
|
|
{
|
|
"type": "generic",
|
|
"path": "packaging/pkgbuild/PKGBUILD-slim"
|
|
},
|
|
{
|
|
"type": "generic",
|
|
"path": "packaging/pkgbuild/PKGBUILD-bin"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"changelog-sections": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "feature",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "Performance Improvements"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "Reverts"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Code Refactoring"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Documentation"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "Styles",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Miscellaneous Chores",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "Tests",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "build",
|
|
"section": "Build System",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "Continuous Integration",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|