You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Releasing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can rebuild those files at any time by running
8
8
yarn bundle
9
9
```
10
10
11
-
This is useful in case you want to test some changes in the appsbefore 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).
12
12
13
13
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:
0 commit comments