summaryrefslogtreecommitdiff
path: root/tools/release/02_create_pr.ts
AgeCommit message (Collapse)Author
2024-03-27feat(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-01chore: update copyright to 2024 (#21753)David Sherret
2023-04-19chore(tools/release): make things a bit more obvious (#18753)Levente Kurusa
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-08-29refactor(cli): Remove cli/node dependency on cli/compat (#15654)Bartek Iwańczuk
2022-07-19chore: update deno automation to 0.12 (#15248)David Sherret
2022-04-201.21.0 (#14336)denobot
Co-authored-by: ry <ry@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com>
2022-04-15chore: release fixes based on doing the v1.20.6 release (#14289)David Sherret
2022-04-13chore: 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-03-30build: use workflows for bumping versions and cargo publishing on the CI ↵David Sherret
(#13995)