@fat-zebra/sdk 1.5.14-beta.5 → 1.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.dev.md +1 -1
- package/package.json +1 -1
package/README.dev.md
CHANGED
|
@@ -127,7 +127,7 @@ Staging is released automatically for each branch (on push)
|
|
|
127
127
|
|
|
128
128
|
## Sandbox
|
|
129
129
|
|
|
130
|
-
Sandbox deployment will trigger when pushing through a tag with beta in it.
|
|
130
|
+
Sandbox deployment will trigger when pushing through a tag with beta in it on the `main` branch.
|
|
131
131
|
|
|
132
132
|
Running this on main will trigger sandbox deployment (as well as npm beta release):
|
|
133
133
|
|