- Check the status in npm
- Set version & tag using
npm versionas usual but specify the version, for examplenpm version 1.19.0-beta.2 npm run releaseas usualnpm publish --tag betaREMEMBER this, otherwise the published version will be a regular one
npm version as usual but specify the version, for example npm version 1.19.0-beta.2npm run release as usualnpm publish --tag beta REMEMBER this, otherwise the published version will be a regular one