build: bump version to 0.14.2-rc1 (#2253)
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.2-rc1
This commit is contained in:
Myriad-Dreamin 2025-11-18 02:56:04 +08:00 committed by GitHub
parent 2a0a5ab3ae
commit 391d40ce42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 77 additions and 44 deletions

View file

@ -14,12 +14,12 @@ else
exit 1
fi
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.0 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.0 -f lazyvim-dev/Dockerfile .)
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.2-rc1 .)
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.2-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.14.0 \
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.2-rc1 \
$DOCKER_ARGS