Skip to content

Commit

Permalink
chore(release): create release on github
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 10, 2023
1 parent 8e3c44d commit d54097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "prettier --check . && eslint . && tsc",
"test": "vitest",
"e2e": "lerna run e2e",
"release": "npm run build && lerna publish --conventional-commits",
"release": "npm run build && lerna publish --conventional-commits --create-release=github",
"release-canary": "npm run build && lerna publish --canary --dist-tag canary"
},
"engines": {
Expand Down

0 comments on commit d54097c

Please sign in to comment.