fix(main): this is a push to main to trigger a release

This commit is contained in:
Nate Kelley 2025-01-16 14:18:51 -07:00
parent 9732dfd6b7
commit 7c26d63929
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
5 changed files with 4 additions and 10 deletions

View File

@ -18,7 +18,6 @@ jobs:
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: release-please-manifest.json
skip-github-pull-request: true
- uses: actions/checkout@v4

View File

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

View File

@ -3,10 +3,7 @@
".": {
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
"prerelease": true
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

View File

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

View File

@ -1,2 +0,0 @@
buster=0.0.1
.=0.0.1