serenade icon indicating copy to clipboard operation
serenade copied to clipboard

Sync versioning between `github` and `cargo crate`

Open paulobarchi opened this issue 2 years ago • 0 comments

Currently our github workflow generates binary artifacts and cargo crate. The workflow takes care of the versioning for the artifacts, but it does not update the versioning for the cargo crate (in the cargo.toml file), so there's a mismatch of version numbers between these -- and, if cargo.toml is not updated with the right version, the pipeline fails to publish the crate. Investigate and propose a reasonable way to sync versioning.

paulobarchi avatar Jun 23 '22 10:06 paulobarchi