contentful-ui-extensions-sdk 4.22.0 → 4.22.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 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 start a new alpha version of the package follow these steps:
50
+
51
+ 1. Checkout the `canary` branch.
52
+ 2. Reset canary to the latest master: `git reset --hard origin/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`