lamernews icon indicating copy to clipboard operation
lamernews copied to clipboard

Changelog

Open orpheuslummis opened this issue 13 years ago • 2 comments

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

orpheuslummis avatar Oct 26 '11 14:10 orpheuslummis

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!

orpheuslummis avatar Oct 26 '11 15:10 orpheuslummis

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.

zh avatar Nov 18 '11 04:11 zh