LemmyNet / lemmy-js-client

A javascript / typescript http and websocket client and type system for Lemmy.
GNU Affero General Public License v3.0
135 stars 56 forks source link

Generate changelogs/releases automatically #213

Open silasabbott opened 8 months ago

silasabbott commented 8 months ago

I'd suggest adding changesets or something similar to this repo to automatically generate changelogs at each tag/release. Might be something for the backlog at this point in time, but I think this would bring more clarity and organization to the repo.

dessalines commented 8 months ago

What we've been doing for lemmy releases, is just showing the comparison diff, IE : https://github.com/LemmyNet/lemmy-js-client/compare/0.18.0-rc.1...0.19.0-rc.4

Having incremental changelogs probably wouldn't be as useful to app devs as seeing the side-by-side diffs like that.