-
Notifications
You must be signed in to change notification settings - Fork 95
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
Release repo to crate.io #419
Comments
note that if you want to release to crates.io, you cannot reference workspace projects by path anymore, you need to publish every workspace project. |
Thanks for your notification. |
I would be in favor of doing this fwiw |
+1 for this. cc @jiazhang0 @jialez0 |
If we do this I think we need to re-organize the code a bit and consolidate crates in the project to not litter the registry with internal sub-modules and have a complex release process. at the moment we have:
I think a good bunch of those can be just modules, since they're not shared across the "main" crates like cdh. A single crate can have multiple binaries and libraries. api-server-rest probably needs a more discriptive name or needs to be subsumed into a CDH crate. |
@mkulke I think code reorgnization is a very good point. To achieve this we should think about which crates can be released separately, which crates can be combined together, and which crates can be finally deprecated. |
Do we have a plan to release the repo to crate.io? So we can use standard tooling to check for new releases in other repo like Kata.
The text was updated successfully, but these errors were encountered: