summaryrefslogtreecommitdiff
path: root/tools/release
AgeCommit message (Collapse)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-09chore: update release doc template (#19441)Bartek Iwańczuk
That action is not working properly.
2023-05-30ci: bump CI cache version on CLI version bump (#19318)David Sherret
Automatically bump the CI cache version
2023-05-03chore: update release doc template (#18974)Bartek Iwańczuk
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-04-26ci: switch release doc to mention dotcom (#18845)Leo Kettmeir
2023-04-19chore(tools/release): make things a bit more obvious (#18753)Levente Kurusa
2023-04-02ci: improve release docs (#18562)David Sherret
2023-04-01chore(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-21docs(release): update to include deno_docker release workflow (#18323)David Sherret
2023-03-16chore: 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-02chore: 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-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-11-22chore: workspace inheritance (#16343)Leo Kettmeir
2022-10-18chore: update release checklist for apiland (#16334)Leo Kettmeir
2022-08-29refactor(cli): Remove cli/node dependency on cli/compat (#15654)Bartek Iwańczuk
2022-08-25chore: fix publish for circular dependencies (#15598)David Sherret
2022-08-08chore: make the start_release workflow go faster (#15416)David Sherret
2022-08-06chore: use gist for release instruction checklist (#15414)David Sherret
2022-07-19chore: update deno automation to 0.12 (#15248)David Sherret
2022-07-05chore(ci): fix post publish for forwarding release commit back to main (#15088)David Sherret
2022-07-051.23.3 (#15081)denobot
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-05-27fix(scripts/release): add unstable flag when running ./tools/format.js (#14743)David Sherret
2022-04-21chore(scripts): allow running version_bump workflow without releasing ↵David Sherret
deno_std yet (#14341)
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-04-08chore: update release instructions based on 1.20.5 release (#14239)David Sherret
2022-04-07chore: forward v1.20.5 release commit to main (#14232)David Sherret
2022-04-04chore(ci): automatically open PR to forward patch release back to main (#14180)David Sherret
2022-04-02chore(ci): automatically include releases notes in release draft (#14179)David Sherret
2022-04-01chore(ci): fix Releases.md creation and tag name (#14166)David Sherret
2022-03-30build: use workflows for bumping versions and cargo publishing on the CI ↵David Sherret
(#13995)
2022-03-16chore: release script should automatically figure out CLI crate dependencies ↵David Sherret
(#13992)
2022-03-10chore: fix file permissions of release scripts (#13901)Yoshiya Hinosawa
2022-03-08chore: reduce release PRs from 2 to 1 (#13878)David Sherret
2022-03-04chore: automatically update Releases.md when doing a release (#13837)David Sherret
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
2022-03-01chore(tools): use automation scripts from automation repo (#13796)David Sherret
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-10-20chore: return serde_v8 to main repo (#12500)Aaron O'Mullan
Reduces fragmentation, avoids version drift and facilitates coordinating serde_v8 and op-layer changes
2021-10-19chore: update release script (#12481)Bartek Iwańczuk
2021-09-221.14.1Kitson Kelly
2021-09-22chore: bump crate versions for 1.14.1 (#12172)Kitson Kelly
2021-09-15chore(scripts): improvements to the release scripts based on the 1.14 ↵David Sherret
release (#12079)
2021-09-141.14.0 (#12074)David Sherret
2021-08-30chore: release scripts should update Cargo.lock file when bumping versions ↵David Sherret
(#11879)
2021-08-25chore: add scripts for helping with a release (#11832)David Sherret