Skip to content

Commit

Permalink
chore: do not "release" root.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 21, 2024
1 parent c674626 commit 2499c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
".": "1.0.0",
"packages/perf-bench": "1.0.0"
}
11 changes: 3 additions & 8 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
"include-component-in-tag": false,
"include-v-in-tag": false,
"packages": {
".": {
"releaseType": "node",
"draft": false,
"prerelease": false,
"bumpMinorPreMajor": false,
"bumpPatchForMinorPreMajor": false,
"changelogPath": "CHANGELOG.md",
"versioning": "default"
"packages/perf-bench": {
"component": "perf-bench",
"releaseType": "node"
}
}
}

0 comments on commit 2499c11

Please sign in to comment.