mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
always include notes, even on alpha releases
This commit is contained in:
parent
4c262b1a9c
commit
748110552c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ git tag v$VERSION
|
|||
git push origin main v$VERSION
|
||||
|
||||
if grep -qE "alpha|beta" VERSION; then
|
||||
gh release create v$VERSION --title=v$VERSION --prerelease --notes=""
|
||||
gh release create v$VERSION --title=v$VERSION --prerelease
|
||||
else
|
||||
gh release create v$VERSION --title=v$VERSION
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue