sinonjs/sinon

Add breaking changes to GitHub release notes

Open

#2268 aperta il 15 giu 2020

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)JavaScript (764 fork)batch import
Help wantedhacktoberfestpinned

Metriche repository

Star
 (9548 star)
Metriche merge PR
 (Merge medio 6g 16h) (15 PR mergiate in 30 g)

Descrizione

The release notes on GitHub are currently empty. It would be beneficial if these contained the breaking changes for each major release. Currently these are only showing in the github repo.

This is about hooking into the release scripts and pushing the changes to the Github releases using the Github API. Start by investigating how the release script works by looking at the scripts in package.json and then how to extract the relevant parts from the changelog markdown file. The github API is quite easy to grok.

Guida contributor