Skip to content

Commit

Permalink
Remove release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunbergOlle committed Apr 11, 2024
1 parent ba991bd commit 653c168
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 2,493 deletions.
25 changes: 4 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli lib",
"prepare": "bob build",
"pack": "bob pack",
"release": "release-it"
"pack": "bob pack"
},
"keywords": [
"react-native",
"scroll",
"anchor",
"scroll-to",
"ios",
"android"
],
Expand All @@ -56,7 +58,6 @@
"devDependencies": {
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"del-cli": "^5.1.0",
Expand All @@ -68,7 +69,6 @@
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-builder-bob": "^0.20.0",
"release-it": "^15.0.0",
"typescript": "^5.2.2"
},
"resolutions": {
Expand All @@ -89,23 +89,6 @@
"<rootDir>/lib/"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
Expand Down
Loading

0 comments on commit 653c168

Please sign in to comment.