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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,12 @@ Publication to npmjs is mostly automated via the tag-triggered `release.yml` CI
290
290
291
291
The publication of the web component and its angular wrapper has been automated in the `release.yml` CI workflow. The workflow will be triggered when you push the tag vX.Y.Z tag created above.
292
292
293
+
#### Post publication step
294
+
295
+
After publishing a new web component version, please update the two `readalongs/text/bundle.*`
296
+
files and the versions in the two bundle URLs listed in `readalongs/text/make_package.py` in
297
+
[ReadAlongs/Studio](/ReadAlongs/Studio).
298
+
293
299
#### Web Component & Angular Wrapper - manually - please don't do this!
294
300
295
301
**WARNING**: only use this process if the release workflow is broken.
0 commit comments