Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | chore(tools): update release template (#23582) | Yoshiya Hinosawa | |
2024-04-11 | chore: update release doc template (#23299) | Bartek Iwańczuk | |
Adjusts release doc template to changes made by @crowlKats in `apiland_scripts`. | |||
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-02-19 | chore: move `test_util` to `tests/util/server` (#22444) | Asher Gomez | |
As discussed with @mmastrac. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2024-02-16 | chore(release): add deno-lambda to release checklist (#22431) | Igor Zinkovsky | |
Signed-off-by: Igor Zinkovsky <igor@deno.com> | |||
2024-02-15 | chore(release): update asset count for denort (#22425) | Divy Srivastava | |
Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2024-02-08 | chore: update asset count to 9 in release_doc_template (#22347) | Divy Srivastava | |
2024-01-26 | chore: use granular unstable flags in tools/ (#22138) | Bartek Iwańczuk | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-11-24 | chore: break up some steps in release checklist (#21329) | David Sherret | |
2023-11-23 | chore: update release_doc_template.md (#21322) | Matt Mastracci | |
Remove the need to manually build M1 Signed-off-by: Matt Mastracci <matthew@mastracci.com> | |||
2023-11-17 | chore(tools): update release_doc_template.md (#21230) | Yoshiya Hinosawa | |
2023-11-10 | chore: give suggestion on PR open failure (#21145) | Divy Srivastava | |
2023-09-27 | chore: add back dotcom step to release (#20713) | David Sherret | |
Accidentally removed in https://github.com/denoland/deno/commit/69b7166c20b47d320fc85e33dca9414c92ec9c6f | |||
2023-09-20 | chore: update manual instructions for doing a release (#20578) | David Sherret | |
2023-09-03 | chore(release): fix workspace formatter (#20357) | Divy Srivastava | |
2023-06-26 | chore: fix typos (#19572) | Martin Fischer | |
2023-06-09 | chore: update release doc template (#19441) | Bartek Iwańczuk | |
That action is not working properly. | |||
2023-05-30 | ci: bump CI cache version on CLI version bump (#19318) | David Sherret | |
Automatically bump the CI cache version | |||
2023-05-03 | chore: update release doc template (#18974) | Bartek Iwańczuk | |
2023-04-28 | chore: forward v1.33.1 release commit to main (#18897) | denobot | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-04-26 | ci: switch release doc to mention dotcom (#18845) | Leo Kettmeir | |
2023-04-19 | chore(tools/release): make things a bit more obvious (#18753) | Levente Kurusa | |
2023-04-02 | ci: improve release docs (#18562) | David Sherret | |
2023-04-01 | chore(release): improve merge commit back to main for patch releases (#18554) | David Sherret | |
This change commits with conflicts that can then be resolved manually. | |||
2023-03-21 | docs(release): update to include deno_docker release workflow (#18323) | David Sherret | |
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-02-02 | chore: add release checklist step to check the benchmarks page (#17632) | David Sherret | |
The 1.30.1 release had a performance regression that would have been caught by looking at the benchmarks page. This adds a pre-flight step to the release checklist for the person doing the release to go to this page and look at the output. This would have prevented #17629 | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-11-22 | chore: workspace inheritance (#16343) | Leo Kettmeir | |
2022-10-18 | chore: update release checklist for apiland (#16334) | Leo Kettmeir | |
2022-08-29 | refactor(cli): Remove cli/node dependency on cli/compat (#15654) | Bartek Iwańczuk | |
2022-08-25 | chore: fix publish for circular dependencies (#15598) | David Sherret | |
2022-08-08 | chore: make the start_release workflow go faster (#15416) | David Sherret | |
2022-08-06 | chore: use gist for release instruction checklist (#15414) | David Sherret | |
2022-07-19 | chore: update deno automation to 0.12 (#15248) | David Sherret | |
2022-07-05 | chore(ci): fix post publish for forwarding release commit back to main (#15088) | David Sherret | |
2022-07-05 | 1.23.3 (#15081) | denobot | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-06-30 | chore: forward 1.23.2 to main (#15027) | David Sherret | |
Co-authored-by: David Sherret <dsherret@gmail.com> | |||
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-20 | 1.21.0 (#14336) | denobot | |
Co-authored-by: ry <ry@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> | |||
2022-04-15 | chore: release fixes based on doing the v1.20.6 release (#14289) | 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". | |||
2022-04-08 | chore: update release instructions based on 1.20.5 release (#14239) | David Sherret | |
2022-04-07 | chore: forward v1.20.5 release commit to main (#14232) | David Sherret | |
2022-04-04 | chore(ci): automatically open PR to forward patch release back to main (#14180) | 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) |