Skip to content

Commit ca32d3e

Browse files
committed
v12.4.0
1 parent 2bce396 commit ca32d3e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ When you're sending a pull request:
5151

5252
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.
54+
1. Update package version to `X.Y.Z` in `package.json` file.
55+
2. Commit changed file as `vX.Y.Z`.
5656
3. Tag branch with `vX.Y.Z` tag.
5757
4. Run the following from the main branch to publish a new release:
58+
5859
```sh
5960
yarn 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

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.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",

0 commit comments

Comments
 (0)