From 7bf1471a1a4902d1666a2a05ae1bf2ab6c1315b5 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Tue, 28 Jul 2020 14:57:54 -0400 Subject: [PATCH] Change that --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74fe13f3..c9e18c6c 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",