oldmoe / litestack

MIT License
1.09k stars 57 forks source link

Add diff links to CHANGELOG.md #64

Closed westonganger closed 10 months ago

westonganger commented 10 months ago

Diff links are helpful for visibility into what changed between versions

Pre-Requisite: We need to create github tags for each of the versions releases. This is something that we should be doing anyways (and usually the regular rake release task would create a tag)

oldmoe commented 10 months ago

Thanks for this PR, I merged it manually, the changelog is much more useful now!

westonganger commented 10 months ago

@oldmoe thanks for merging this. However it appears you missed the statement about Pre-Requisite: can you please create git tags for all the releases so that the diff links actually work. Right now they are broken.