Skip to content

Commit

Permalink
ci: Add lerna dist-tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Feb 20, 2025
1 parent 1c14588 commit 66c80e5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"packages": [
"packages/*"
],
"version": "0.13.13"
"packages": ["packages/*"],
"version": "0.13.13",
"command": {
"publish": {
"distTag": "release-v0.13"
}
}
}

0 comments on commit 66c80e5

Please sign in to comment.