Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
chore: add conventional-github-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Oct 18, 2016
1 parent 405280f commit 6c56997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "eslint .",
"precommit": "npm run lint",
"commitmsg": "conventional-changelog-lint -e",
"release": "standard-version"
"release": "standard-version",
"github-release": "conventional-github-releaser"
},
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
"license": "MIT",
Expand All @@ -23,6 +24,7 @@
},
"devDependencies": {
"conventional-changelog-lint": "^1.0.1",
"conventional-github-releaser": "^1.1.3",
"eslint": "^3.2.2",
"eslint-config-gemini-testing": "^2.2.0",
"gemini": "^4.4.4",
Expand Down

0 comments on commit 6c56997

Please sign in to comment.