Skip to content

chore: fix preview release bump logic and always publish java#4973

Merged
jackye1995 merged 3 commits intolance-format:mainfrom
jackye1995:fix-relase3
Oct 16, 2025
Merged

chore: fix preview release bump logic and always publish java#4973
jackye1995 merged 3 commits intolance-format:mainfrom
jackye1995:fix-relase3

Conversation

@jackye1995
Copy link
Copy Markdown
Contributor

@jackye1995 jackye1995 commented Oct 15, 2025

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

@jackye1995 jackye1995 changed the title chore: fix preview release version bump logic and always publish java… chore: fix preview release bump logic and always publish java and buf Oct 15, 2025
@github-actions github-actions Bot added the chore label Oct 15, 2025
# versions
types: [released]
# Trigger on published to include both stable and preview/beta releases
types: [published]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since Maven Central does not have hard limit, and we bump version also for preview release now, we can publish java all the time

@jackye1995 jackye1995 changed the title chore: fix preview release bump logic and always publish java and buf chore: fix preview release bump logic and always publish java Oct 15, 2025
@jackye1995 jackye1995 merged commit 5a39efd into lance-format:main Oct 16, 2025
7 checks passed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants