Crates.io | omr-bumper |
lib.rs | omr-bumper |
version | 0.3.12-alpha |
source | src |
created_at | 2021-11-25 13:30:50.368341 |
updated_at | 2024-01-05 14:40:13.972877 |
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 | 116,793 |
This is work in progress, and currently slightly broken. Still good enough for me.
Feel free to open issues on github, and/or pull requests with fixes.
Does all the necessary preparation to have github build a release.
cargo update --workspace --dry-run --verbose
Bumps the local version patch/minor/major
Commits Cargo.toml
Pushes to git
"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
.