Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use semantic versioning (start with v1) and maintain a changelog #93

Open
jedwards1211 opened this issue Dec 14, 2018 · 0 comments
Open

Comments

@jedwards1211
Copy link

If your software is being used in production, it should probably already be 1.0.0.
(https://semver.org/spec/v2.0.0.html)

Fast.js seems to already be intended for production and has over 3,000 stars.

But it has no changelog!! 😱

If you feel like you're too busy to write a changelog, consider using semantic-release, which not only automates releases but generates a changelog in your GitHub releases from your (carefully written) commit messages.

Please go ahead and release version 1.0.0 so that

  • npm can pull in the latest bug fixes when installing ^1.0.0 etc.
  • you will be motivated to write a changelog
  • users will be able to find breaking change information quickly
@jedwards1211 jedwards1211 changed the title Use semantic versioning (start with v1) Use semantic versioning (start with v1) and maintain a changelog Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant