-
Notifications
You must be signed in to change notification settings - Fork 114
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
CHANGELOG #47
Comments
Yes, but I don't see any practical usage of it |
😄 . Its helpful for other users to track your changes in release . |
Maybe time to implement a Changelog? It's very rare to see gems without one these days and it's very helpful when using tools like dependabot to automate PR creation for dependencies which adds changelog info to the PR description. |
When it's time to update dependencies, it's much easier to check a changelog to see what breaking changes were introduced, which versions of Ruby (or Rails or other frameworks) have new support or dropped support for old versions, and to see a summary of new features. Often when updating dependencies for a large application, many of the gems will have different compatibility than others. Without a changelog, the only way to know is to check the entire commit log and figure it out from changesets and commit messages, which is much less practical IMO. This is a good format to follow for consistency with other projects: |
It will be nice if you include a changelog
The text was updated successfully, but these errors were encountered: