@rcsb/rcsb-documentation 0.1.7 → 0.1.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
@@ -33,6 +33,16 @@ Inside the project directory, you can run the following commands:
33
33
  - **`webpack.config.js`**: The Webpack configuration file that manages the build and bundling process.
34
34
  - **`.babelrc`**: Babel configuration file for JavaScript transpilation.
35
35
 
36
+ ## Publish
37
+
38
+ ### Prerelease
39
+ npm version prerelease # assumes the current version ends with '-dev.X'
40
+ npm publish --tag next
41
+
42
+ ### Release
43
+ npm version 0.X.0 # provide valid semver string
44
+ npm publish
45
+
36
46
  ## License
37
47
 
38
48
  This project is licensed under the [MIT License](LICENSE).