expressjs / expressjs.com

https://expressjs.com
Other
5.26k stars 1.48k forks source link

Add GH action for routine version updates #1504

Open crandmck opened 6 months ago

crandmck commented 6 months ago

It would be awesome if we could automate docs for routine minor releases. I'm imagining a GH action that would create a PR similar to https://github.com/expressjs/expressjs.com/pull/1492 for any new release.

At a minimum, each release requires:

Of course, larger releases might require further changes, but I believe this is sufficient for minor versions.

bjohansebas commented 2 months ago

A workflow could be created to detect changes in the history of the Express repository. However, to avoid pulling information about updated dependencies (or irrelevant information), two separate histories could be managed: one for the website and the existing one.

@crandmck I could give it a try if that sounds good to you