mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-03 10:22:56 +00:00
13 lines
277 B
INI
13 lines
277 B
INI
[bumpversion]
|
|
current_version = 0.2.6
|
|
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]
|