You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release workflow is custom and integrated with release-please.
What we want to do is:
Unify the workflow so that it's reusable
Utilize this workflow to automatically release crates from core workspace.
Releases for crates should be different from "normal" core releases, as they will have different cadence and versioning. The component can be called, for example, core-libs.
You may assume that all the crates are already correctly annotated (e.g. no-publish is set where it's required, and all the metadata fields are correct).
The text was updated successfully, but these errors were encountered:
We already have a few repositories that support automatic publishing on crates.io:
Release workflow is custom and integrated with release-please.
What we want to do is:
core
workspace.Releases for crates should be different from "normal" core releases, as they will have different cadence and versioning. The component can be called, for example,
core-libs
.You may assume that all the crates are already correctly annotated (e.g.
no-publish
is set where it's required, and all the metadata fields are correct).The text was updated successfully, but these errors were encountered: