diff --git a/package.json b/package.json index 3219d71..056f008 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,11 @@ "author": "bleech ", "license": "MIT", "devDependencies": { + "conventional-github-releaser": "^1.1.3", "standard-version": "^4.0.0" }, "scripts": { - "standardRelease": "standard-version" + "release": "standard-version", + "releaseGithub": "conventional-github-releaser -p angular" } }