Skip to content

Commit

Permalink
v12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 14, 2023
1 parent 2bce396 commit ca32d3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -51,15 +51,16 @@ When you're sending a pull request:

If you have publish access to the NPM package, perform following steps:

1. Update package version in `package.json` file.
2. Commit changed file.
1. Update package version to `X.Y.Z` in `package.json` file.
2. Commit changed file as `vX.Y.Z`.
3. Tag branch with `vX.Y.Z` tag.
4. Run the following from the main branch to publish a new release:

```sh
yarn npm publish --access public
```
5. Push changes & tag to `origin`.

5. Push changes & tag to `origin`.

## Reporting issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@testing-library/react-native",
"version": "12.3.3",
"version": "12.4.0",
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit ca32d3e

Please sign in to comment.