Skip to content

Commit

Permalink
fix: update learna to run on develop for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 26, 2024
1 parent bd0ebe3 commit a52aea7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"command": {
"publish": {
"conventionalCommits": true,
"yes": true
"yes": true,
"allowBranch": ["main", "develop"],
"prerelease": true,
"preid": "rc"
},
"version": {
"message": "chore(release): publish"
Expand All @@ -14,4 +17,4 @@
}
},
"packages": ["packages/*"]
}
}

0 comments on commit a52aea7

Please sign in to comment.