File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 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:
4949
5050### Publishing a release
5151
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 :
5353
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:
5458``` sh
55- yarn publish
59+ yarn npm publish --access public
5660```
61+ 5 . Push changes & tag to ` origin ` .
62+
5763
5864## Reporting issues
5965
Original file line number Diff line number Diff line change 11{
22 "name" : " @testing-library/react-native" ,
3- "version" : " 12.3.2 " ,
3+ "version" : " 12.3.3 " ,
44 "description" : " Simple and complete React Native testing utilities that encourage good testing practices." ,
55 "main" : " build/index.js" ,
66 "types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments