You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our process for opening a pull requests against the Node.js Project is almost entirely manually done post-release; Letting computers do the work here will save developer time & mindshare as well as reduce complexity or potential for human error.
Features
a GitHub Action kicks off & generates a pull request for npm cli releases
the correct staging branch or branches* are targeted (ex. v15.x, v14.x, v12.x etc. release lines)
Problem statement
Currently our process for opening a pull requests against the Node.js Project is almost entirely manually done post-release; Letting computers do the work here will save developer time & mindshare as well as reduce complexity or potential for human error.
Features
npm
cli releasesv15.x
,v14.x
,v12.x
etc. release lines)Exit criteria
Useful Links
npm
GuideThe text was updated successfully, but these errors were encountered: