-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump to version 0.36.0 #2366
Bump to version 0.36.0 #2366
Conversation
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Signed-off-by: Xuanwo <[email protected]>
@@ -32,7 +32,7 @@ | |||
|
|||
<groupId>org.apache.opendal</groupId> | |||
<artifactId>opendal-java</artifactId> | |||
<version>0.2.0-SNAPSHOT</version> | |||
<version>0.36.0-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Xuanwo could you share the script we do this simultaneous updates? I'd like to ensure and investigate how to do Maven releases automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is changed by hand
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Xuanwo I check the version on 0.36.0 tag and it's still 0.36.0-SNAPSHOT
.
For Java library releases, a formal release doesn't have a -SNAPSHOT suffix while a develop version does. Could you please update it like 0.36.0
for the following tags and keep it like 0.37.0-SNAPSHOT
on the main branch after tagging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, we will change it to 0.37.0 in next release. And is snapshot version required? I prefer not to provide snapshot version if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's OK for no snapshots. Please ping me when you call 0.37.0 release so that I can update the release process correspondingly.
Added
Changed
ops
toraw::ops
(refactor: Moveops
toraw::ops
#2325)Fixed
Docs
CI
Chore