Skip to content

Commit

Permalink
release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmzb committed Sep 16, 2019
1 parent 7233863 commit 2121c7b
Show file tree
Hide file tree
Showing 3 changed files with 1,714 additions and 50 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"build": "tsc -p .",
"build:watch": "tsc --watch -p .",
"tslint": "tsc --noEmit",
"test": "jest"
"test": "jest",
"release": "release-it"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand All @@ -26,6 +27,7 @@
"react-native-gesture-handler": ">=1.3.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^1.1.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.18",
Expand All @@ -42,8 +44,8 @@
"react-native": "^0.60.5",
"react-native-gesture-handler": "^1.4.1",
"react-test-renderer": "^16.9.0",
"release-it": "^12.3.6",
"ts-jest": "^24.1.0",
"typescript": "^3.6.2",
"weak": "^1.0.1"
"typescript": "^3.6.2"
}
}
Loading

0 comments on commit 2121c7b

Please sign in to comment.