mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
fix: bootstrap manifest for release-please (#5087)
This commit is contained in:
@@ -24,8 +24,9 @@ jobs:
|
|||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-type: rust
|
command: manifest
|
||||||
draft: true
|
draft: true
|
||||||
|
default-branch: master
|
||||||
|
|
||||||
# Build sources for every OS
|
# Build sources for every OS
|
||||||
github_build:
|
github_build:
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
".": "1.14.0"
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||||
|
"release-type": "rust",
|
||||||
|
"packages": {
|
||||||
|
".": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user