Skip to content

Commit

Permalink
feat: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
cudr committed Feb 6, 2022
1 parent 8c7133a commit 4d45ef0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"build:js": "babel src --out-dir lib --extensions \".ts\" --ignore \"**/*.spec.ts\" --source-maps inline",
"format": "prettier --write",
"test": "jest src/",
"benchmark": "jest benchmark/"
"benchmark": "jest benchmark/",
"release": "release-it"
},
"files": [
"lib"
Expand All @@ -43,6 +44,7 @@
"jest": "^24.8.0",
"lint-staged": "^9.1.0",
"prettier": "^2.5.1",
"release-it": "^14.12.4",
"ts-jest": "^24.0.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
Expand Down

0 comments on commit 4d45ef0

Please sign in to comment.