Skip to content

Commit 689c199

Browse files
chore: added React Native Jest module to release please (#737)
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions **Related issues** Provide links to any issues in this repository or elsewhere relating to this pull request. **Describe the solution you've provided** Provide a clear and concise description of what you expect to happen. **Describe alternatives you've considered** Provide a clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context about the pull request here. --------- Co-authored-by: Ryan Lamb <[email protected]>
1 parent 83f9cb1 commit 689c199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-please-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
}
6767
]
6868
},
69+
"packages/tooling/jest": {
70+
"bump-minor-pre-major": true,
71+
"release-as": "0.1.0"
72+
},
6973
"packages/telemetry/browser-telemetry": {
7074
"bump-minor-pre-major": true
7175
}

0 commit comments

Comments
 (0)