mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "php",
|
|
"pull-request-title-pattern": "build: release ${version}",
|
|
"extra-files": [
|
|
"skin.json",
|
|
"package.json",
|
|
"package-lock.json"
|
|
],
|
|
"packages": {
|
|
".": {}
|
|
}
|
|
}
|