Skip to content

Commit

Permalink
fix(ci): add release-please manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Sep 18, 2024
1 parent ded5373 commit ca1d06e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: rust
repo-url: mdn/rari
manifest-file: .release-please-manifest.json
9 changes: 9 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bootstrap-sha": "eefc5a8d6dd623b6928fd99dc5681095a29cb633",
"bump-minor-pre-major": true,
"packages": {
".": {
"release-type": "rust"
}
}
}

0 comments on commit ca1d06e

Please sign in to comment.