Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix(package.json): use --conventional-graduate for main release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed Apr 28, 2020
1 parent 99bce02 commit 44807c8
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 @@ -17,7 +17,7 @@
"prerelease:canary": "lerna publish --conventional-commits --conventional-prerelease --no-changelog --preid alpha --dist-tag canary",
"prerelease:beta": "dotenv -- lerna publish --conventional-commits --conventional-prerelease --create-release github --preid beta --dist-tag beta",
"prerelease:rc": "dotenv -- lerna publish --force-publish --conventional-commits --conventional-prerelease --create-release github --preid rc --dist-tag rc",
"release": "dotenv -- lerna publish --force-publish --conventional-commits --create-release github",
"release": "dotenv -- lerna publish --conventional-commits --conventional-graduate --create-release github",
"//": "nohoist option is used to prevent internal packages from being hoisted/deleted by lerna (which is a bug, I think)",
"bootstrap": "lerna bootstrap --hoist --nohoist=@irvingjs/*",
"link": "lerna exec --parallel -- npm link",
Expand Down

0 comments on commit 44807c8

Please sign in to comment.