docs: update release instruction (#1163)

This commit is contained in:
Myriad-Dreamin 2025-01-14 16:10:59 +08:00 committed by GitHub
parent 4ab9680078
commit a33f12ea7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 220 additions and 4 deletions

View file

@ -70,6 +70,13 @@ const main = async () => {
convert("docs/tinymist/introduction.typ", "README.md", {
before: "# Tinymist\n\n",
}),
convert(
"docs/tinymist/release-instruction.typ",
"docs/release-instruction.md",
{
before: "# Release Instructions\n\n",
}
),
convert("docs/tinymist/frontend/emacs.typ", "editors/emacs/README.md", {
before: "# Tinymist Emacs Support for Typst\n\n",
}),