File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,16 @@ When you're sending a pull request:
51
51
52
52
If you have publish access to the NPM package, perform following steps:
53
53
54
- 1 . Update package version in ` package.json ` file.
55
- 2 . Commit changed file.
54
+ 1 . Update package version to ` X.Y.Z ` in ` package.json ` file.
55
+ 2 . Commit changed file as ` vX.Y.Z ` .
56
56
3 . Tag branch with ` vX.Y.Z ` tag.
57
57
4 . Run the following from the main branch to publish a new release:
58
+
58
59
``` sh
59
60
yarn npm publish --access public
60
61
```
61
- 5 . Push changes & tag to ` origin ` .
62
62
63
+ 5 . Push changes & tag to ` origin ` .
63
64
64
65
## Reporting issues
65
66
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @testing-library/react-native" ,
3
- "version" : " 12.3.3 " ,
3
+ "version" : " 12.4.0 " ,
4
4
"description" : " Simple and complete React Native testing utilities that encourage good testing practices." ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments