Skip to content

Commit 77c9f6e

Browse files
authored
docs: add template verification steps for release manual (#1482)
1 parent 05eb9a2 commit 77c9f6e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

DEV_DOCS.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,10 @@ To start a new release (publish the framework packages on NPM) you need:
259259
5. Fix/expand changelog manually
260260
6. Update documentation (e.g [DEV_DOCS.md](./DEV_DOCS.md)) files if needed
261261
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

0 commit comments

Comments
 (0)