Skip to content

Commit

Permalink
fix: bootstrap manifest for release-please (starship#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored Apr 11, 2023
1 parent 8bdb953 commit e392d14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.14.0"
}
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "rust",
"packages": {
".": {}
}
}

0 comments on commit e392d14

Please sign in to comment.