Skip to content

Commit

Permalink
chore(semantic-release): Add mainWorkspace option
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jul 9, 2024
1 parent 55e49fe commit 590a246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"semantic-release-yarn",
["semantic-release-yarn", { "mainWorkspace": "lynxts" }],
"@semantic-release/github"
],
"tagFormat": "core/v${version}"
Expand Down
2 changes: 1 addition & 1 deletion packages/native/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"semantic-release-yarn",
["semantic-release-yarn", { "mainWorkspace": "lynxts" }],
"@semantic-release/github"
],
"tagFormat": "native/v${version}"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"semantic-release-yarn",
["semantic-release-yarn", { "mainWorkspace": "lynxts" }],
"@semantic-release/github"
],
"tagFormat": "web/v${version}"
Expand Down

0 comments on commit 590a246

Please sign in to comment.