You've already forked pgvecto.rs
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:
9
scripts/ci_release.sh
Executable file
9
scripts/ci_release.sh
Executable 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
|
Reference in New Issue
Block a user