Merge pull request #47 from buster-so/staging

chore: add release-please configuration
This commit is contained in:
Nate Kelley 2025-01-16 12:51:02 -08:00 committed by GitHub
commit 6a973decdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 6 deletions

View File

@ -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

View File

@ -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"
}

View File

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