Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: recommend
--tag
prerelease for npm publish of prereleases (#196)
The `--tag` argument to npm publish allows you to publish a prerelease without the prerelease assuming the 'latest' tag and causing users to download the prerelease by default. Instead, we recommend `--tag prerelease` by default when `--prerelease` is set in the `standard-version` call, so to install a prerelease version of the module, users will install `module@foo` or specify the exact version of the prerelease version. Fixes #183
- Loading branch information