-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
introduce Changelog file to quickly track changes #68
Comments
Good idea. |
+1 |
@gogolok Any suggestions on doing it for historical data? |
@swanandp Maybe in the Wiki? |
+1 |
1 similar comment
+1 |
@swanandp, you should really consider this. I've just updated my bundle and I got couple of tests failing and I don't know why. For the moment I've pinned aal to version 0.4.0, then I'll use github diff tool to find what's changed in range Please take care of us 🙏 |
Yup, I've been negligent on this so far. But no more. I'll see if I can do retrospective changelog. |
Please, please, please can you add a changelog? It's very tedious to have to use github's compare when updating apps w/ many dependencies. |
Still no trace of changelog 😢 😢 |
Sorry to disappoint you folks, this task is more tedious than it sounds. But I hope to wrap this up soon. |
@swanandp I understand this is boring. However and quick and pretty easy fix would be to introduce a changelog file and start to use it right now for every important change (bugfix or new feature). Alternatively github releases feature is also good. For past releases a github compare link would be enough (and easy to add), however this repo has no tags thus I can't submit a PR for that. Do you have some way to tag past releases? |
You can tag past releases using rubygems changelog and for the future use bundler gem tasks to release the gem, in this way it will be automatically tagged and pushed to github. |
Addressed by #177 |
Changelog file has been generated and it's now present in master branch |
It's hard to get a quick overview what has changed between version 0.1.8 and 0.1.9.
It would be nice to have a Changelog file.
The text was updated successfully, but these errors were encountered: