mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-11 17:02:05 +00:00
14 lines
298 B
JSON
14 lines
298 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": [
|
|
"extension.json",
|
|
"package.json",
|
|
"package-lock.json"
|
|
],
|
|
"packages": {
|
|
".": {}
|
|
}
|
|
}
|