diff --git a/package.json b/package.json index 74fe13f3b2..c9e18c6c39 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lerna": "lerna", "build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path", "build:all": "lerna run build", - "publish": "lerna publish", + "publish": "lerna publish --conventional-commits --create-release github", "canary": "lerna publish --canary preminor --npm-tag alpha", "next": "lerna publish --bump prerelease --npm-tag next", "lint": "eslint '**/*.{js,jsx}' --cache",