omnibor / omnibor-rs

Reproducible identifiers & fine-grained build dependency tracking for software artifacts.
https://omnibor.io
Apache License 2.0
19 stars 9 forks source link

feat(xtask): Implemented final 'release' step. #154

Closed alilleybrinker closed 8 months ago

alilleybrinker commented 8 months ago

This commit adds the final step of the cargo xtask release subcommand: actually releasing the crate! Everything prior involves validating the environment or checking the changelog, but the final step actually publishes a new version. It still needs to be tested from a deployment machine, but this should be pretty close!

Signed-off-by: Andrew Lilley Brinker alilleybrinker@gmail.com