fix: bootstrap manifest for release-please (#5087)

This commit is contained in:
Matan Kushner 2023-04-11 13:44:29 +09:00 committed by GitHub
parent 8bdb953ad8
commit e392d14f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View File

@ -24,8 +24,9 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: rust
command: manifest
draft: true
default-branch: master
# Build sources for every OS
github_build:

View File

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

View File

@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"packages": {
".": {}
}
}