summaryrefslogtreecommitdiff
path: root/tools/release/promote_to_rc.ts
AgeCommit message (Collapse)Author
2024-09-12ci: Add action to cut LTS release (#25590)Bartek Iwańczuk
Factored from https://github.com/denoland/deno/pull/25123. --------- Signed-off-by: David Sherret <dsherret@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-18ci: fix 'promote_to_rc' workflow by adding codesigning (#25074)Bartek Iwańczuk
2024-08-16ci: add script to promote to RC release (#25072)Bartek Iwańczuk
This commits add a CI script that allows to promote a certain canary build to a "Release Candidate" release. This is done using `libsui` and `patchver` utilities.