Skip to content

Commit

Permalink
chore(release-please): 🔧 add manifest and config files
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 25, 2024
1 parent ae9b418 commit cc4e7b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ jobs:
# this assumes that you have created a personal access token
# (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
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
13 changes: 13 additions & 0 deletions .release-please-config.json
Original file line number Diff line number Diff line change
@@ -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": {
".": {}
}
}
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.14.0"
}

0 comments on commit cc4e7b1

Please sign in to comment.