Skip to content

Commit

Permalink
chore: add github release to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 6, 2023
1 parent ee12bb8 commit f7efcf0
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 @@ -10,7 +10,7 @@
"lint": "prettier --check . && eslint .",
"test": "jest --runInBand",
"test:incognito": "cross-env INCOGNITO=true jest --runInBand",
"release": "npm run build && lerna publish --conventional-commits",
"release": "npm run build && lerna publish --conventional-commits && npx conventional-github-releaser -p angular",
"release-canary": "npm run build && lerna publish --canary --dist-tag canary"
},
"devDependencies": {
Expand Down

0 comments on commit f7efcf0

Please sign in to comment.