Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-16 | ci: 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. | |||
2024-04-11 | chore: forward v1.42.2 release commit to main (#23315) | denobot | |
Co-authored-by: Satya Rohith <me@satyarohith.com> | |||
2024-02-16 | chore: move `test_util/wpt` to `tests/wpt/suite` (#22412) | Asher Gomez | |
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a follow-up PR. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2023-05-13 | chore: upgrade rusty_v8 to 0.71.2 (#19116) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/19021 | |||
2023-03-16 | chore: upgrade deno_automation to 0.19.0 (#18213) | David Sherret | |
I updated the lockfile with: ``` deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts ``` | |||
2023-01-10 | chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335) | David Sherret | |
2022-11-22 | chore: workspace inheritance (#16343) | Leo Kettmeir | |
2022-08-25 | chore: fix publish for circular dependencies (#15598) | David Sherret | |
2022-07-19 | chore: update deno automation to 0.12 (#15248) | David Sherret | |
2022-04-13 | chore: use lock file for tooling scripts (#14253) | Bartek Iwańczuk | |
This commit adds lock file for maintenance scripts in "tools/" directory. The lock file is stored in "tools/deno.lock.json". |