browser-specs icon indicating copy to clipboard operation
browser-specs copied to clipboard

Create changelog for package releases

Open tidoust opened this issue 3 years ago • 0 comments

The NPM packages currently ship without a changelog. It should be relatively easy to create one automatically though, with some diff-ing logic (starting point exists in build-diff.js).

At a minimum, the changelog could link to the corresponding pre-release pull request, which includes the diff from the previous version.

It should be possible to amend the changelog manually, e.g. to override the automatically generated message in situations where we add a new property or change a setting that affects a large number of entries.

tidoust avatar Nov 09 '22 10:11 tidoust