-
-
Notifications
You must be signed in to change notification settings - Fork 631
Closed
Description
Microsoft recently created a package manager for Windows: winget. The project is open source, so is the package repository and there are some Node.js installers added already. We should automate adding new packages.
We need to basically generate a YAML file with link to the .msi and its SHA256.
We could use GitHub Actions - one that gets triggered by a new release in Node main repo or one fired when a new blog post with a new version is published on the nodejs.org webpage.
We could also add this to the upload step of the vcbuild.bat or maybe there is some other better place for it.
Anyway, I'm more than happy to handle this, but I would like to know where you all feel this package generation would fit best.
/cc @nodejs/build
Metadata
Metadata
Assignees
Labels
No labels