build: bump version to 0.14.0-rc1 (#2189)
Some checks failed
tinymist::auto_tag / auto-tag (push) Has been cancelled
tinymist::ci / Duplicate Actions Detection (push) Has been cancelled
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Has been cancelled
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Has been cancelled
tinymist::ci / prepare-build (push) Has been cancelled
tinymist::gh_pages / build-gh-pages (push) Has been cancelled
tinymist::ci / announce (push) Has been cancelled
tinymist::ci / build (push) Has been cancelled

+tag v0.14.0-rc1
This commit is contained in:
Myriad-Dreamin 2025-10-29 12:22:35 +08:00 committed by GitHub
parent f6abe0c800
commit f2a10fec2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 105 additions and 91 deletions

View file

@ -14,12 +14,12 @@ else
exit 1
fi
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.30 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.30 -f lazyvim-dev/Dockerfile .)
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.0-rc1 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0-rc1 -f lazyvim-dev/Dockerfile .)
docker run --rm -it \
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
-v $PWD:/home/runner/dev \
-v $PWD/target/.local:/home/runner/.local \
-v $PWD/target/.cache:/home/runner/.cache \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.30 \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.0-rc1 \
$DOCKER_ARGS