mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
fix: bootstrap manifest for release-please (#5087)
This commit is contained in:
parent
8bdb953ad8
commit
e392d14f4e
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
".": "1.14.0"
|
||||
}
|
7
release-please-config.json
Normal file
7
release-please-config.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"release-type": "rust",
|
||||
"packages": {
|
||||
".": {}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user