File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -259,9 +259,10 @@ To start a new release (publish the framework packages on NPM) you need:
259
259
5 . Fix/expand changelog manually
260
260
6 . Update documentation (e.g [ DEV_DOCS.md] ( ./DEV_DOCS.md ) ) files if needed
261
261
7 . Push the branch, create PR, approve - merge
262
- 8 . Pull the upstream (master or another version branch (e.g. 4.0.1, next))
263
- 9 . Publish documentation: ` npm run publish-docs `
264
- 10 . Publish framework packages: ` npm run publish-packages `
265
- 11 . Create and push [ git tag] ( https://git-scm.com/book/en/v2/Git-Basics-Tagging ) with template ` (vX.X.X) `
266
- 12 . Create release on GitHub for the tag
267
-
262
+ 8 . Pull the upstream (master or another version branch (e.g. 4.0.1, next))
263
+ 9 . Verify that React Native CLI works properly with local JS template ` npx react-native init MyApp --template file:///path-to/react-native-ui-kitten/src/template-js) ` . [ See CLI docs] ( https://github.com/react-native-community/cli/blob/master/docs/commands.md#--template-string ) .
264
+ 10 . Verify that React Native CLI works properly with local TS template ` npx react-native init MyApp --template file:///path-to/react-native-ui-kitten/src/template-ts) ` . [ See CLI docs] ( https://github.com/react-native-community/cli/blob/master/docs/commands.md#--template-string )
265
+ 11 . Publish documentation: ` npm run publish-docs `
266
+ 12 . Publish framework packages: ` npm run publish-packages `
267
+ 13 . Create and push [ git tag] ( https://git-scm.com/book/en/v2/Git-Basics-Tagging ) with template ` (vX.X.X) `
268
+ 14 . Create release on GitHub for the tag
You can’t perform that action at this time.
0 commit comments