# How to publish redstone-node to npm ```bash # Log in to NPM in CLI npm login # You can use 'minor' and 'major' instead of 'patch' # Read more about semantic versioning at: https://semver.org/ npm version patch # Publish your package npm publish ```