mirror of https://github.com/buster-so/buster.git
fix(main): this is a push to main to trigger a release
This commit is contained in:
parent
9732dfd6b7
commit
7c26d63929
|
@ -18,7 +18,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
||||||
config-file: release-please-config.json
|
config-file: release-please-config.json
|
||||||
manifest-file: release-please-manifest.json
|
|
||||||
skip-github-pull-request: true
|
skip-github-pull-request: true
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
".": "0.0.1"
|
||||||
|
}
|
|
@ -3,10 +3,7 @@
|
||||||
".": {
|
".": {
|
||||||
"release-type": "simple",
|
"release-type": "simple",
|
||||||
"changelog-path": "CHANGELOG.md",
|
"changelog-path": "CHANGELOG.md",
|
||||||
"bump-minor-pre-major": true,
|
"prerelease": true
|
||||||
"bump-patch-for-minor-pre-major": true,
|
|
||||||
"draft": false,
|
|
||||||
"prerelease": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
".": "0.0.2"
|
|
||||||
}
|
|
|
@ -1,2 +0,0 @@
|
||||||
buster=0.0.1
|
|
||||||
.=0.0.1
|
|
Loading…
Reference in New Issue