File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 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:
5151
5252If 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.
54+ 1 . Update package version to ` X.Y.Z ` in ` package.json ` file.
55+ 2 . Commit changed file as ` vX.Y.Z ` .
56563 . Tag branch with ` vX.Y.Z ` tag.
57574 . Run the following from the main branch to publish a new release:
58+
5859``` sh
5960yarn npm publish --access public
6061```
61- 5 . Push changes & tag to ` origin ` .
6262
63+ 5 . Push changes & tag to ` origin ` .
6364
6465## Reporting issues
6566
Original file line number Diff line number Diff line change 11{
22 "name" : " @testing-library/react-native" ,
3- "version" : " 12.3.3 " ,
3+ "version" : " 12.4.0 " ,
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