Skip to content

Commit

Permalink
add packages/capabilities to .github/release-please-manifest.json (#232)
Browse files Browse the repository at this point in the history
Motivation:
*
#80 (comment)
* trying to get release-please-action to generate a release PR for
packages/capabilities
* I would have expected it in this action, but there was [an
error](https://github.com/web3-storage/w3protocol/actions/runs/3587365143/jobs/6037622712#step:2:44)
```
Expected 5 releases, only found 4
⚠ Missing 1 paths: packages/capabilities
⚠ No version for path packages/capabilities
```

Theory:
* maybe these errors are because I hadn't added this package to the
manifest?
  • Loading branch information
gobengo authored Dec 1, 2022
1 parent 2c684ea commit cb5fd4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"packages/wallet": "1.0.0",
"packages/access-client": "7.0.2",
"packages/access-api": "3.0.0",
"packages/capabilities": "0.0.0",
"packages/upload-client": "2.1.0"
}

0 comments on commit cb5fd4b

Please sign in to comment.