mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
chore(release-please): 🔧 add manifest and config files
This commit is contained in:
parent
ae9b418bff
commit
cc4e7b1d85
5
.github/workflows/release-please.yml
vendored
5
.github/workflows/release-please.yml
vendored
|
@ -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
.release-please-config.json
Normal file
13
.release-please-config.json
Normal 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": {
|
||||
".": {}
|
||||
}
|
||||
}
|
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
".": "2.14.0"
|
||||
}
|
Loading…
Reference in a new issue