mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
chore: update release-please config
This commit is contained in:
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
config-file: release-please-config.json
|
||||||
|
manifest-file: .release-please-manifest.json
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|||||||
@@ -6,7 +6,14 @@
|
|||||||
"bump-minor-pre-major": false,
|
"bump-minor-pre-major": false,
|
||||||
"bump-patch-for-minor-pre-major": false,
|
"bump-patch-for-minor-pre-major": false,
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false
|
"prerelease": false,
|
||||||
|
"extra-files": [
|
||||||
|
{
|
||||||
|
"type": "json",
|
||||||
|
"path": "jsr.json",
|
||||||
|
"jsonpath": "$.version"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user