@clappr/hlsjs-playback 1.2.0 → 1.4.0

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
@@ -175,3 +175,17 @@ Starting a local server:
175
175
  `yarn start`
176
176
 
177
177
  This command will start an HTTP Server on port 8080. You can check a sample page with Clappr-core using the HlsjsPlayback on http://localhost:8080/
178
+
179
+ ## Release
180
+
181
+ To release a new version, first create a new tag by running:
182
+
183
+ `npm version [patch | minor | major]`
184
+
185
+ Choose between `patch`, `minor`, or `major` according to the changes for the new version.
186
+
187
+ After that, publish the new version to NPM by running:
188
+
189
+ `npm publish`
190
+
191
+ Check the new version on [npmjs @clappr/hlsjs-playback](https://www.npmjs.com/package/@clappr/hlsjs-playback).