Crates.io | omr-bumper |
lib.rs | omr-bumper |
version | 0.3.19-alpha |
created_at | 2021-11-25 13:30:50.368341+00 |
updated_at | 2025-05-25 16:15:02.517574+00 |
description | An opiniated version bumper for releases. Works for us. |
homepage | https://github.com/AndreasOM/omr-bumper |
repository | https://github.com/AndreasOM/omr-bumper |
max_upload_size | |
id | 487596 |
size | 150,497 |
A tool to automate version bumping and release preparation for Rust projects.
The easiest way to install omr-bumper is with cargo-binstall:
cargo binstall omr-bumper
cargo install omr-bumper
Does all the necessary preparation to have GitHub build a release.
cargo update --workspace --dry-run --verbose
The project uses GitHub Actions workflows for:
"revspec 'origin/HEAD' not found"
The git interface is pretty complex.
For them moment we use origin/HEAD
to get the "correct" refspec.
If you didn't create your local repository by cloning this will not exist.
You can create it via git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
.
This will be fixed in a future release.
You can verify origin/HEAD
exists via git show-ref
.