Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesster committed Aug 1, 2024
1 parent b453a02 commit 440e751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Add `release-please-config.json` in the root directory:
"packages/a": {
// The "component" field specifies the tag name by release-please.
// If not set, release-please will use the package name and remove @scope prefix to tag.
"component": "b"
"component": "a"
},
"packages/b": {
"component": "a"
"component": "b"
}
},
// It specifies where to update the version. In Node.js, it will update the "package.json" version field.
Expand Down

0 comments on commit 440e751

Please sign in to comment.