Skip to content

Commit

Permalink
fix: lerna version
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 13, 2022
1 parent cab883e commit 37ca521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 308 deletions.
6 changes: 5 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
"src/plugins/*"
],
"version": "independent",
"ignoreChanges": [
"**/CHANGELOG.md",
"**/*.md"
],
"command": {
"version": {
"allowBranch": "main",
"conventionalCommits": true,
"createRelease": "github",
"exact": true,
"message": "chore(release): %s"
"message": "chore(release): publish"
}
}
}
Loading

0 comments on commit 37ca521

Please sign in to comment.