lamernews
lamernews copied to clipboard
Changelog
This adds a little overhead to your workflow, @antirez, but is trivial and, in my eyes, very important to have.
Currently, when I see that version number change on http://lamernews.com, I have no way to know what has changed, aside from exploring and checkout out the commits. That's OK, but not very quick or straightforward, especially for the potential non-programmer user.
Update: Please! :D
I just saw Tell LN: new features in 0.2.0. That's awesome. However, a Changelog in the repo, tracking all changes of all version, would be great to see too.
Anyway, I love your speed @antirez, keep up with the good work!
First create some tags (I've done this already in my fork - zh/lamernews). This will gave you zip downloads per version. Also git-changelog tool from https://github.com/visionmedia/git-extras can be used - it will adjust History.md with the changes from the last tag.