Skip to content

Commit

Permalink
chore: update lerna.json to conform to conv commits + include version…
Browse files Browse the repository at this point in the history
….ts when deploying
  • Loading branch information
moldy530 committed May 23, 2023
1 parent 5d4f7ed commit c5fe5e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"npmClient": "yarn",
"conventionalCommits": true,
"conventionalPrerelease": true,
"changelog": true
"changelog": true,
"command": {
"version": {
"message": "chore(release): publish %s"
}
},
"granularPathspec": false
}

0 comments on commit c5fe5e3

Please sign in to comment.