expressjs / expressjs.com

Home Page:https://expressjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add GH action for routine version updates

crandmck opened this issue · comments

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 #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.

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