-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notes about default track #4
Conversation
@BethGriggs I know there is a list of steps for a new Current but I'm not sure about promotion to LTS. Is there a list for LTS promotion? |
If there is a script that handles the release to LTS you could use the CLI ( This would avoid having someone doing the manual release via the webUI. |
We could possibly add that to a GitHub Actions script in this repo, we don't currently have snapcraft auth setup from here but I don't imagine that'd be too hard. We'd just need to come up with a strategy for metadata and where this is installed. But tbh it might just be easier if it's part of a manual checklist if the LTS team currently has one - just having an issue opened in this repo should be enough for one of us with access to make the switch. |
https://github.com/nodejs/node/blob/master/doc/guides/releases.md#lts-releases |
Co-authored-by: Richard Lau <[email protected]>
Co-authored-by: Richard Lau <[email protected]>
Co-authored-by: Richard Lau <[email protected]>
Co-authored-by: Richard Lau <[email protected]>
Co-authored-by: Richard Lau <[email protected]>
PR-URL: #37708 Refs: nodejs/snap#4 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #37708 Refs: nodejs/snap#4 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #37708 Refs: nodejs/snap#4 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #37708 Refs: nodejs/snap#4 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #37708 Refs: nodejs/snap#4 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #37708 Refs: nodejs/snap#4 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]>
@tbille of Canonical introduced this functionality to me last year and we pinned it to
12
at the time and said we needed to update it when14
was our latest LTS .. but that didn't happen because it's a manual thing and needs a human to be on top of it!I've changed it now to
14
but I think this might need to be integrated into our procedures for LTS so it gets done properly. I don't know how much set-and-forget explains usage patterns or whether the default track is a big driver of what gets installed, but currently the Node snap is heavily weighted to12
. Yesterday's stats have active devices @ 22.5k for12
with the next highest being 4.5k for14
. Which isn't awesome. It might be worth keeping an eye on how this changes now that the default has been changed.So, I'm wondering if folks currently focusing on LTS have ideas about how to bake this in as a thing that gets done, or we get a reminder at the right time in this repo that it needs to be done? @nodejs/lts