Comparison Between Tags on GitHub
Often I’ll want to see the difference between two releases on GitHub. Typically there is a CHANGELOG that will tell me a between versions but what if I want to see a diff between two versions that aren’t sequential? GitHub offers a way to do this. […]
https://github.com/
<user>
/<repo>
/compare/<beginning-tag>
…<ending-tag>
This tip by Peter Ramsing has changed my life. Proofing my Release Notes now is so much easier.