Skip to content

Commit

Permalink
chore: make lerna generate a github release
Browse files Browse the repository at this point in the history
(I hope)
  • Loading branch information
boneskull committed Jan 31, 2020
1 parent d10aeb5 commit 2a5ecb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"message": "chore(release): %s"
"message": "chore(release): %s",
"createRelease": "github"
}
},
"ignoreChanges": [
"**/test/**",
"*.spec.js",
"*.md",
"*.mdx"
"**/**.spec.js",
"**/*.md",
"**/*.mdx"
]
}

0 comments on commit 2a5ecb0

Please sign in to comment.