mirror of https://github.com/buster-so/buster.git
Merge pull request #47 from buster-so/staging
chore: add release-please configuration
This commit is contained in:
commit
6a973decdb
|
@ -15,10 +15,6 @@ jobs:
|
|||
steps:
|
||||
- uses: googleapis/release-please-action@v4
|
||||
with:
|
||||
# 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: simple
|
||||
config-file: release-please-config.json
|
||||
manifest-file: release-please-manifest.json
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "simple",
|
||||
"changelog-path": "CHANGELOG.md",
|
||||
"bump-minor-pre-major": true,
|
||||
"bump-patch-for-minor-pre-major": true,
|
||||
"draft": false,
|
||||
"prerelease": false
|
||||
}
|
||||
},
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
".": "0.0.1"
|
||||
}
|
Loading…
Reference in New Issue