undici icon indicating copy to clipboard operation
undici copied to clipboard

v6 release

Open ronag opened this issue 1 year ago • 3 comments

Would be nice to get a v6 release out. Here is the workflow I have received to do this:

  1. change to the v6.x branch
  2. bump the version on package.json
  3. commit & push
  4. run npm publish
  5. 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
  6. run https://github.com/nodejs/undici/blob/main/scripts/generate-undici-types-package-json.js
  7. cd types
  8. npm publish
  9. 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?

ronag avatar Oct 14 '24 12:10 ronag

@eomm Any idea?

Uzlopak avatar Oct 14 '24 12:10 Uzlopak

Also I think my list is missing the GitHub release

ronag avatar Oct 14 '24 12:10 ronag

I updated the list above

mcollina avatar Oct 14 '24 13:10 mcollina