@comicrelief/storybook 1.27.8 → 1.27.9
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
|
@@ -113,3 +113,8 @@ This will start an interactive process to build commit message. Simply answer al
|
|
|
113
113
|
press `Enter` to skip.
|
|
114
114
|
|
|
115
115
|
- Repeat and follow rest of the GitHub workflow
|
|
116
|
+
|
|
117
|
+
### Release contingency
|
|
118
|
+
Currently, the semantic build release method is broken so, with very limited resource to
|
|
119
|
+
maintain this legacy code, we're reverting to updating the version number in `package.json`
|
|
120
|
+
and running `npm publish`.
|