chore(release-please): 🔧 add manifest and config files

This commit is contained in:
alistair3149 2024-05-25 01:58:49 -04:00
parent ae9b418bff
commit cc4e7b1d85
No known key found for this signature in database
3 changed files with 17 additions and 4 deletions

View file

@ -19,6 +19,3 @@ jobs:
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: php

View file

@ -0,0 +1,13 @@
{
"$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": {
".": {}
}
}

View file

@ -0,0 +1,3 @@
{
".": "2.14.0"
}