contentful-ui-extensions-sdk 4.22.0 → 4.23.0-alpha.1
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.md +7 -0
- package/dist/cf-extension-api.bundled.js +1 -1
- package/dist/cf-extension-api.js +1 -1
- package/dist/types/api.types.d.ts +12 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,13 @@ The default and stable releases are always published under the `latest` tag (as
|
|
|
46
46
|
The release under the `canary` tag is to be considered unstable and potentially breaking.
|
|
47
47
|
You should not rely on it in production.
|
|
48
48
|
|
|
49
|
+
To release alpha version of package follow these steps:
|
|
50
|
+
|
|
51
|
+
1. Delete the `canary` branch.
|
|
52
|
+
2. Create a new `canary` branch from `master`.
|
|
53
|
+
3. Create a new branch with your changes from `canary`.
|
|
54
|
+
4. Create a PR that merges into `canary`.
|
|
55
|
+
|
|
49
56
|
### File Structure
|
|
50
57
|
|
|
51
58
|
#### `docs`
|