build: bump version to 0.13.28 (#2140)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

+tag v0.13.28
This commit is contained in:
Myriad-Dreamin 2025-09-29 01:32:00 +08:00 committed by GitHub
parent 326c54ec75
commit a4d256d75b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 49 additions and 45 deletions

View file

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