Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Remove release-it package
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszglapiak-dolby committed Jun 26, 2023
1 parent 3eb1b4c commit a92f6f3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1,865 deletions.
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"prettier:check": "prettier --check \"src/**/*.{js,ts,tsx}\"\n",
"prettier:fix": "prettier --write \"src/**/*.{js,ts,tsx}\"\n",
"prepare": "bob build && cd scripts && node expose_models.js",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example/ios && pod install",
"pods:x86_64": "cd example/ios && arch -x86_64 pod install",
Expand Down Expand Up @@ -54,7 +53,6 @@
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.28",
Expand All @@ -73,7 +71,6 @@
"react": "18.2.0",
"react-native": "0.71.3",
"react-native-builder-bob": "^0.18.0",
"release-it": "^15.10.5",
"typedoc": "^0.23.4",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-plugin-missing-exports": "^0.23.0",
Expand Down Expand Up @@ -110,23 +107,6 @@
"jira"
]
},
"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 a92f6f3

Please sign in to comment.