trentm / node-bunyan

a simple and fast JSON logging module for node.js services
Other
7.15k stars 513 forks source link

Fix beta releases #721

Open kirrg001 opened 2 weeks ago

kirrg001 commented 2 weeks ago

Hi!

I'd like to suggest to follow the semver specification for prereleases.

2.0.4 is currently published on npm without a beta tag.

The name should be 2.0.4-beta.4. Following the naming convention, you can remove the beta dist tag on npm, but you can still determine if a release is a prerelease using semver tooling.

Thanks!