chore: fix preview release bump logic and always publish java#4973
Merged
jackye1995 merged 3 commits intolance-format:mainfrom Oct 16, 2025
Merged
chore: fix preview release bump logic and always publish java#4973jackye1995 merged 3 commits intolance-format:mainfrom
jackye1995 merged 3 commits intolance-format:mainfrom
Conversation
jackye1995
commented
Oct 15, 2025
| # versions | ||
| types: [released] | ||
| # Trigger on published to include both stable and preview/beta releases | ||
| types: [published] |
Contributor
Author
There was a problem hiding this comment.
since Maven Central does not have hard limit, and we bump version also for preview release now, we can publish java all the time
Xuanwo
approved these changes
Oct 16, 2025
jackye1995
added a commit
to jackye1995/lance
that referenced
this pull request
Jan 21, 2026
…format#4973) Ensure the preview release also bump version to preview version number instead of staying at the stable release version number. Example situation today: 0.38.3-beta.1 has version 0.38.2 on all files: https://github.com/lancedb/lance/blob/v0.38.3-beta.1/Cargo.toml#L25 This should make the version bump experience consistent between lance and lancedb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ensure the preview release also bump version to preview version number instead of staying at the stable release version number.
Example situation today: 0.38.3-beta.1 has version 0.38.2 on all files: https://github.com/lancedb/lance/blob/v0.38.3-beta.1/Cargo.toml#L25
This should make the version bump experience consistent between lance and lancedb