Using github compare view to generate change log for releases
Github’s ‘compare views’ feature is owosome! I use a lot, in particular to generate change log for releases.
The Compare View URL structure is:
http://github.com/edgar/<repository>/compare/<start branch>...<end branch>
More info in: