deno/tools/release
Bartek Iwańczuk 0e4d1cb5f9
feat(init): use jsr specifier for @std/assert (#23073)
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-03-27 18:51:52 +01:00
..
00_start_release.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
01_bump_crate_versions.ts feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00
02_create_pr.ts feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00
03_publish_crates.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
04_post_publish.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
05_create_release_notes.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
deno_workspace.ts chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
deps.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
release_doc_template.md feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00