pdbe-molstar 3.2.0-beta.1 → 3.2.0-beta.3

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
@@ -31,6 +31,7 @@ npm run watch
31
31
  - Use a version number like "1.2.3-beta.1" for development versions (to be used in development environment wwwdev.ebi.ac.uk)
32
32
  - Use a version number like "1.2.3" for proper releases
33
33
  - Ensure install, lint, and rebuild works locally
34
+ - Update `CHANGELOG.md`
34
35
  - Git commit and push
35
36
  - Create a git tag matching the version with prepended "v" (e.g. "v1.2.3")
36
37
  - The GitHub repo will automatically be mirrored to EBI GitLab (might take up to 1 hour)