Commit bc1ec0d 1 parent aad0849 commit bc1ec0d Copy full SHA for bc1ec0d
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,17 @@ When you're sending a pull request:
49
49
50
50
### Publishing a release
51
51
52
- 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, perform following steps :
53
53
54
+ 1 . Update package version in ` package.json ` file.
55
+ 2 . Commit changed file.
56
+ 3 . Tag branch with ` vX.Y.Z ` tag.
57
+ 4 . Run the following from the main branch to publish a new release:
54
58
``` sh
55
- yarn publish
59
+ yarn npm publish --access public
56
60
```
61
+ 5 . Push changes & tag to ` origin ` .
62
+
57
63
58
64
## Reporting issues
59
65
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @testing-library/react-native" ,
3
- "version" : " 12.3.2 " ,
3
+ "version" : " 12.3.3 " ,
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