mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-06 20:02:58 +00:00
This reverts commit 87e9a0250f.
I triggered the nodejs release commit GHA by mistake. Reverting it.
The tag will be removed manually.
Co-authored-by: Chang She <chang@lancedb.com>
13 lines
277 B
INI
13 lines
277 B
INI
[bumpversion]
|
|
current_version = 0.2.4
|
|
commit = True
|
|
message = Bump version: {current_version} → {new_version}
|
|
tag = True
|
|
tag_name = v{new_version}
|
|
|
|
[bumpversion:file:node/package.json]
|
|
|
|
[bumpversion:file:rust/ffi/node/Cargo.toml]
|
|
|
|
[bumpversion:file:rust/vectordb/Cargo.toml]
|