Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-19 | chore: update release doc template (#26406) | Bartek Iwańczuk | |
2024-10-01 | fix: update patchver to 0.2 (#25952) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/25940 Forgot to update patchver scripts to latest sui. Ref #25942 | |||
2024-09-12 | ci: Add action to cut LTS release (#25590) | Bartek Iwańczuk | |
Factored from https://github.com/denoland/deno/pull/25123. --------- Signed-off-by: David Sherret <dsherret@users.noreply.github.com> Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: David Sherret <dsherret@users.noreply.github.com> | |||
2024-09-12 | ci: upgrade release template (#25591) | Bartek Iwańczuk | |
Removes `deno-lambda` section that is now deprecated: https://github.com/denoland/deno-lambda/pull/307 | |||
2024-08-20 | chore: enable no-console dlint rule (#25113) | David Sherret | |
2024-08-18 | ci: fix 'promote_to_rc' workflow by adding codesigning (#25074) | Bartek Iwańczuk | |
2024-08-16 | ci: add script to promote to RC release (#25072) | Bartek Iwańczuk | |
This commits add a CI script that allows to promote a certain canary build to a "Release Candidate" release. This is done using `libsui` and `patchver` utilities. | |||
2024-07-12 | chore: include current versions more in release checklist (#24562) | David Sherret | |
2024-07-09 | ci: update release steps related to dotcom (#24467) | Leo Kettmeir | |
2024-06-13 | chore: update release template (#24195) | Divy Srivastava | |
Fix Slack formatting | |||
2024-05-30 | chore: update release template (#24046) | Divy Srivastava | |
Use `@here` instead of `@channel` as it pings everyone sleeping too. Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2024-05-22 | chore: update release doc template (#23934) | Bartek Iwańczuk | |
Align to latest release process, add some more instructions. | |||
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> |