Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: update lerna config for rc publishing (#4283)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jan 10, 2023
1 parent e85e5b6 commit 2a6fede
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.1-87d6a2c5d.0"
"version": "0.0.1-87d6a2c5d.0",
"command": {
"publish": {
"message": "chore: publish",
"createRelease": "github",
"conventionalCommits": true,
"verifyAccess": false
},
"version": {
"allowBranch": ["master", "release/*"],
"forcePublish": true,
"ignore-changes": [".github/**", "docs/**"]
}
}
}

0 comments on commit 2a6fede

Please sign in to comment.