1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-30 19:23:05 +03:00

ci: bump release version (#186)

* ci: bump release version

[skip ci]

Signed-off-by: usamoi <usamoi@outlook.com>

* ci: bot git name and email

[skip ci]

Signed-off-by: usamoi <usamoi@outlook.com>

---------

Signed-off-by: usamoi <usamoi@outlook.com>
This commit is contained in:
Usamoi
2023-12-16 23:08:23 +08:00
committed by GitHub
parent cc1b7d0f17
commit ebd276e834
3 changed files with 88 additions and 85 deletions

9
scripts/ci_release.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
sed -i "s/@CARGO_VERSION@/${SEMVER}/g" ./vectors.control
git add -A
git commit -m "chore: release"
git tag v$SEMVER
git push origin v$SEMVER