Skip to content

Commit

Permalink
fix: try updating manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 8, 2023
1 parent 22ed677 commit ee86305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"plugins": ["node-workspace", "cargo-workspace"],
".": "0.0.0"
"crates/does-it-throw": "0.1.6"
}
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"plugins": ["node-workspace", "cargo-workspace"],
"packages": {
".": {
"crates/does-it-throw": {
"changelog-path": "CHANGELOG.md",
"release-type": "rust",
"bump-minor-pre-major": false,
Expand Down

0 comments on commit ee86305

Please sign in to comment.