Skip to content

Commit

Permalink
ci: version independent
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko committed Apr 9, 2024
1 parent ce07712 commit 1609e8d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
"version": "independent",
"command": {
"version": {
"createRelease": "github",
"conventionalCommits": true,
"allowBranch": [
"master"
],
"message": "chore(release): publish"
}
}
}

0 comments on commit 1609e8d

Please sign in to comment.