-
Notifications
You must be signed in to change notification settings - Fork 59
Description
We already use the Releases feature of GitHub, like it's done in the TS SDK.
Do we need an additional CHANGELOG to help organize things?
Potential con:
It will add some friction to PRs where we have to keep reminding authors to include appropriate entries in the CHANGELOG (or make it a responsibility of the maintainers).
Pro:
Performing PR archeology to retroactively piece together a change log for a release can be cumbersome.
GoodPie