Skip to content

Commit

Permalink
add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-steven committed Nov 9, 2020
1 parent ca74af2 commit 3c2c357
Show file tree
Hide file tree
Showing 3 changed files with 1,186 additions and 22 deletions.
8 changes: 8 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"git": {
"requireBranch": "master"
},
"github": {
"release": true
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "GooglePlacesAutocomplete.js",
"types": "GooglePlacesAutocomplete.d.ts",
"scripts": {
"lint": "eslint . && prettier --write ."
"lint": "eslint . && prettier --write .",
"release": "release-it"
},
"author": "Farid from Safi",
"license": "MIT",
Expand Down Expand Up @@ -37,6 +38,7 @@
"husky": "4.3.0",
"lint-staged": "10.4.0",
"prettier": "2.1.2",
"release-it": "14.2.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3c2c357

Please sign in to comment.