Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-27 | feat(init): use jsr specifier for @std/assert (#23073) | Bartek Iwańczuk | |
This commit changes "deno init" subcommand to use "jsr:" specifier for standard library "assert" module. It is unversioned, but we will change it to `@^1` once `@std/assert` release version 1.0. This allows us to start decoupling `deno` and `deno_std` release. The release scripts have been updated to take that into account. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-05-30 | ci: bump CI cache version on CLI version bump (#19318) | David Sherret | |
Automatically bump the CI cache version | |||
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-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-08-29 | refactor(cli): Remove cli/node dependency on cli/compat (#15654) | Bartek Iwańczuk | |
2022-07-19 | chore: update deno automation to 0.12 (#15248) | David Sherret | |
2022-05-27 | fix(scripts/release): add unstable flag when running ./tools/format.js (#14743) | David Sherret | |
2022-04-21 | chore(scripts): allow running version_bump workflow without releasing ↵ | David Sherret | |
deno_std yet (#14341) | |||
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". | |||
2022-04-08 | chore: update release instructions based on 1.20.5 release (#14239) | David Sherret | |
2022-04-02 | chore(ci): automatically include releases notes in release draft (#14179) | David Sherret | |
2022-04-01 | chore(ci): fix Releases.md creation and tag name (#14166) | David Sherret | |
2022-03-30 | build: use workflows for bumping versions and cargo publishing on the CI ↵ | David Sherret | |
(#13995) | |||
2022-03-16 | chore: release script should automatically figure out CLI crate dependencies ↵ | David Sherret | |
(#13992) | |||
2022-03-10 | chore: fix file permissions of release scripts (#13901) | Yoshiya Hinosawa | |
2022-03-08 | chore: reduce release PRs from 2 to 1 (#13878) | David Sherret | |