v0.99.2
Pre-release
Pre-release
It's beta time! 🎉
Build on my laptop running OSX 10.14 with rustc 1.42.0. Working on getting a CI build soon.
Homebrew Build Steps:
- Bump version in
Cargo.toml
cargo build --release
mv target/release/rebase-wizard target/release/rebase-wizard-x86_64-apple-darwin
strip target/release/rebase-wizard-x86_64-apple-darwin
- Commit & push
Cargo.toml
andCargo.lock
- Create GitHub Release for the given commit
brew edit rebase-wizard
# to point to new Release Archive URLbrew uninstall rebase-wizard
brew install --build-bottle rebase-wizard
brew edit rebase-wizard
# Update sha256 checksum for new sourcebrew install --build-bottle rebase-wizard
rebase-wizard --version
# should include new versionbrew bottle --root-url="https://github.com/saterus/rebase-wizard/releases/download/v0.99.2/" rebase-wizard
brew edit rebase-wizard
# drop in the new bottle block from the previous commandmv rebase-wizard--0.99.2.mojave.bottle.tar.gz rebase-wizard-0.99.2.mojave.bottle.tar.gz
- Upload bottle build artifact to GitHub Release
- Commit & push an update for the homebrew formula
- 🎆