Skip to content

Commit

Permalink
ci: Remove "create-release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 19, 2020
1 parent 673e7ca commit c85fde2
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 @@ -12,7 +12,7 @@
"clean": "lerna run clean && lerna clean",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lerna-prerelease": "lerna version --conventional-commits --conventional-prerelease",
"lerna-release": "lerna version --conventional-commits --conventional-graduate --create-release github",
"lerna-release": "lerna version --conventional-commits --conventional-graduate",
"lint": "lerna run lint",
"version": "npm run changelog",
"test-client-integration": "cd packages/_integrationTests && npm test",
Expand Down

0 comments on commit c85fde2

Please sign in to comment.