Skip to content

Commit

Permalink
chore: Update Lerna configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 25, 2024
1 parent 5dc2a89 commit 4ef4208
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"ci": false,
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"version": "0.8.1",
"granularPathspec": false,
"forcePublish": true,
Expand All @@ -11,13 +9,10 @@
"hoist": true
},
"publish": {
"allowBranch": "main",
"allowBranch": "publish",
"message": "chore(release): publish %s",
"conventionalCommits": true,
"createRelease": "github"
}
},
"ignoreChanges": [
"packages/*"
]
}
}

0 comments on commit 4ef4208

Please sign in to comment.