11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-06 09:36:53 +00:00

ci: add release job

This commit is contained in:
Wagner Santos 2020-08-21 05:48:51 -03:00
parent 1ffd33d395
commit 7ccafb1f5f
6 changed files with 1132 additions and 104 deletions

View file

@ -2,7 +2,8 @@
"name": "commitlint-github-action",
"version": "2.0.1",
"description": "commitlint github action",
"main": "index.js",
"private": true,
"main": "run.js",
"scripts": {
"test": "NODE_PATH=./node_modules jest",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
@ -39,7 +40,9 @@
"jest": "^24.9.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"testdouble": "^3.12.4"
"standard-version": "^9.0.0",
"testdouble": "^3.12.4",
"yaml": "^1.10.0"
},
"husky": {
"hooks": {