undici
undici copied to clipboard
v6 release
Would be nice to get a v6 release out. Here is the workflow I have received to do this:
- change to the v6.x branch
- bump the version on package.json
- commit & push
- run npm publish
- tag the release on github using the release notes. Make sure to pick the previous release of the v6.x line to generate correct notes
- run https://github.com/nodejs/undici/blob/main/scripts/generate-undici-types-package-json.js
- cd types
- npm publish
- remove spurious files in types
However, I'm unsure what 5 is. Also is there a difference between 2. and just doing npm version patch?
@eomm Any idea?
Also I think my list is missing the GitHub release
I updated the list above