Skip to content

Commit

Permalink
chore: update lerna config
Browse files Browse the repository at this point in the history
Signed-off-by: Nam Hoang <hoangxuannam160493@gmail.com>
  • Loading branch information
namhoang1604 committed Sep 19, 2024
1 parent c3dbcb7 commit 0d56fcf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@
},
"command": {
"publish": {
"allowBranch": [
"main",
"next"
],
"allowBranch": ["main", "next"],
"conventionalCommits": true,
"gitRemote": "origin",
"message": "chore(release): %s [skip ci]"
}
},
"useWorkspaces": true
}
}

0 comments on commit 0d56fcf

Please sign in to comment.