fix(bindings/ruby): publish ruby binding gem#6606
Conversation
46e56a2 to
1a5245a
Compare
d77f0da to
ceb1037
Compare
558fbbb to
c5f1e5c
Compare
|
Oh, sorry for not making it clear. As an ASF project, we cannot release without a vote. For development and testing purpose, we can uploads the rc releases. |
What's the meaning of this, won't we release together with core? |
|
By the way, all artifacts must be controlled by OpenDAL PMC. Could you invite me and @PsiACE as co-owners of this package? My id should be |
c5f1e5c to
e90b16f
Compare
Discussed briefly offline. |
e90b16f to
bc86cac
Compare
683bc66 to
cbd53cd
Compare
Fixes file paths to include core files Fixes complilations Fixes artifact downloads Lock release tags
cbd53cd to
7b5eff7
Compare
|
thanks @erickguan and @Xuanwo , my username is |
|
Thanks for the review! |
| push: | ||
| tags: | ||
| - 'v[0-9]+.[0-9]+.[0-9]+*' # Triggers on version tags (v0.54.0, v0.54.0-rc.1, etc.) | ||
| - 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+' # Triggers on version tags (v0.54.0, v0.54.0-rc.1, etc.) |
There was a problem hiding this comment.
This softlink would cause a build warning:
warning: skipping duplicate package `opendal v0.54.1 (https://github.com/apache/opendal?rev=928db5a2#928db5a2)`:
/home/.cargo/git/checkouts/opendal-a12b7d85ff19463e/928db5a/bindings/ruby/core/Cargo.toml
in favor of /home/.cargo/git/checkouts/opendal-a12b7d85ff19463e/928db5a/core/Cargo.toml
|
Both follow up at #6627 |
Closes #5227
Final fix! I have pushed some releases. The last one is
[0.1.5](https://rubygems.org/gems/opendal) with native gems.Got an important feedback on release process:
We are here at the beginning line:
Review notes:
Future work:
If we want to sync the version number with core, add an issue for tracking. For now, the workflow:if we have a newer version tag, builds a tag;if we have the same version tag, do nothing.