fix(java): correct version number for java module when create tag#3597
fix(java): correct version number for java module when create tag#3597yanghua wants to merge 1 commit intolance-format:mainfrom
Conversation
|
@eddyxu May I ask why we do not create a release branch for a Using current mode, I find it hard to apply the IMO, using current mode, it's hard to maintain compatibility for a |
|
I like this fix better than #3600 . I hope you don't mind if I merge it. |
|
@westonpace If you want, I do not mind. Some clarification:
|
|
Ah, yeah, from testing I think the commit will be a problem because it isn't pushed. I'm going to go back to dropping the snapshot for now so I can get the release out. We can maybe change the publish job to look at the tag, and if it's a release, add SNAPSHOT back in. That being said, I think @wjones127 wanted to change lance's release process to look more like lancedb's release process at some point and that might support this better.
Do you mean backporting fixes? That's something we haven't really done a lot of historically since we don't have the bandwidth. We do tag releases so we can always create branches from those tags manually if needed for some reason. |
Yes, understand. In the future, We may encounter a scenario where one fix only applies to the current branch, but not to main. At that time, the branch-based release is better to deal with this problem. |
No description provided.