apollographql / rover

The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
409 stars 86 forks source link

automate deployment of non-beta versions to crates.io #164

Open EverlastingBugstopper opened 3 years ago

EverlastingBugstopper commented 3 years ago

.github/workflows/release.yml should include a step to publish to crates.io with cargo publish under the crate name rover after the github release artifacts have been created.

lrlna commented 3 years ago

blocked on #272

EverlastingBugstopper commented 3 years ago

~also blocked on #388 as build.rs is not supposed to modify any files except those specified by OUT_DIR~

edit: adding this comment directly to #272