Skip to content

Commit

Permalink
v12.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 13, 2023
1 parent aad0849 commit bc1ec0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,17 @@ When you're sending a pull request:

### Publishing a release

If you have publish access to the NPM package, run the following from the main branch to publish a new release:
If you have publish access to the NPM package, perform following steps:

1. Update package version in `package.json` file.
2. Commit changed file.
3. Tag branch with `vX.Y.Z` tag.
4. Run the following from the main branch to publish a new release:
```sh
yarn publish
yarn npm publish --access public
```
5. Push changes & tag to `origin`.


## Reporting issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testing-library/react-native",
"version": "12.3.2",
"version": "12.3.3",
"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 bc1ec0d

Please sign in to comment.