uefi-rs icon indicating copy to clipboard operation
uefi-rs copied to clipboard

Find a way to improve/automate the process of publishing new crate versions

Open GabrielMajeri opened this issue 4 years ago • 1 comments

Pull request #322 documents the way new versions of the crates in the project workspace are marked and published to crates.io. That being said, the process is manual and fairly error prone, so we could look into improving the various steps.

To begin with, we could look into using the cargo-release tool, as suggested in https://github.com/rust-osdev/uefi-rs/pull/322#pullrequestreview-829658015.

GabrielMajeri avatar Dec 12 '21 19:12 GabrielMajeri

I just did my first release, wrote up some notes on the process here: https://github.com/rust-osdev/uefi-rs/issues/340#issuecomment-1013563793

nicholasbishop avatar Jan 15 '22 00:01 nicholasbishop