Skip to content

Commit bc1ec0d

Browse files
committed
v12.3.3
1 parent aad0849 commit bc1ec0d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CONTRIBUTING.md

+8-2
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)