Skip to content

Commit 8225257

Browse files
committed
chore: remove release-it as it's unused
1 parent 9033d7d commit 8225257

File tree

4 files changed

+69
-1542
lines changed

4 files changed

+69
-1542
lines changed

.release-it.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ When you're sending a pull request:
4949

5050
### Publishing a release
5151

52-
We use [release-it](https://github.com/webpro/release-it) to automate our release. If you have publish access to the NPM package, run the following from the main branch to publish a new release:
52+
If you have publish access to the NPM package, run the following from the main branch to publish a new release:
5353

5454
```sh
55-
yarn release
55+
yarn publish
5656
```
5757

58-
NOTE: You must have a `GITHUB_TOKEN` environment variable available. You can create a GitHub access token with the "repo" access [here](https://github.com/settings/tokens).
59-
6058
## Reporting issues
6159

6260
You can report issues on our [bug tracker](https://github.com/callstack/react-native-testing-library/issues). Please follow the issue template when opening an issue.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"@babel/preset-react": "^7.9.4",
3636
"@babel/preset-typescript": "^7.16.0",
3737
"@callstack/eslint-config": "^12.0.2",
38-
"@release-it/conventional-changelog": "^2.0.0",
3938
"@testing-library/jest-native": "~4.0.2",
4039
"@types/jest": "^28.0.0",
4140
"@types/react": "^18.0.0",
@@ -53,7 +52,6 @@
5352
"react": "^18.0.0",
5453
"react-native": "~0.69.1",
5554
"react-test-renderer": "^18.0.0",
56-
"release-it": "^14.0.3",
5755
"strip-ansi": "^6.0.0",
5856
"typescript": "^4.0.2"
5957
},
@@ -73,7 +71,6 @@
7371
"flow": "flow",
7472
"copy-flowtypes": "cp typings/index.flow.js build",
7573
"lint": "eslint src --cache",
76-
"release": "release-it",
7774
"prepublish": "yarn build",
7875
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
7976
"build:js:watch": "yarn build:js --watch",

0 commit comments

Comments
 (0)