Skip to content

Commit e74e83b

Browse files
committed
Add clarification about yarn bundle
1 parent 851f89c commit e74e83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Releasing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can rebuild those files at any time by running
88
yarn bundle
99
```
1010

11-
This is useful in case you want to test some changes in the apps before pushing a new version.
11+
This is useful in case you want to use an unreleased version of the bundle in the apps. For instance, on a PR that's a work in progress, you might want to include to a specific gutenberg-mobile branch in the apps with an updated bundle so reviewers can see the latest changes before approving them (and releasing a new version).
1212

1313
The recommended method is that you bump the version when you do that. To publish a new version of gutenberg-mobile you just need to run:
1414

0 commit comments

Comments
 (0)