summaryrefslogtreecommitdiff
path: root/tools/release/deps.ts
AgeCommit message (Collapse)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-03-16chore: 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-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-08-25chore: fix publish for circular dependencies (#15598)David Sherret
2022-07-19chore: update deno automation to 0.12 (#15248)David Sherret
2022-04-02chore(ci): automatically include releases notes in release draft (#14179)David Sherret
2022-04-01chore(ci): fix Releases.md creation and tag name (#14166)David Sherret
2022-03-30build: use workflows for bumping versions and cargo publishing on the CI ↵David Sherret
(#13995)
2022-03-16chore: release script should automatically figure out CLI crate dependencies ↵David Sherret
(#13992)
2022-03-08chore: reduce release PRs from 2 to 1 (#13878)David Sherret
2022-03-04chore: automatically update Releases.md when doing a release (#13837)David Sherret
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
2022-03-01chore(tools): use automation scripts from automation repo (#13796)David Sherret