/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/release/05_create_release_notes.ts
11 строк
460 B
Kenta Moriuchi
chore: Happy New Year 2026 (#31748)
08 янв 2026, 18:28
Не верифицирован
08 янв 2026, 18:28
8193cf9
Код
Авторство
О чём код?
#!/usr/bin/env -S deno run -A --lock=tools/deno.lock.json // Copyright 2018-2026 the Deno authors. MIT license. import { $ } from "./deps.ts"; import { DenoWorkspace } from "./deno_workspace.ts"; const workspace = await DenoWorkspace.load(); // create a release notes file for the GH release draft $.path(DenoWorkspace.rootDirPath) .join("./target/release/release-notes.md") .writeTextSync(workspace.getReleasesMdFile().getLatestReleaseText().fullText);