Releases: saterus/rebase-wizard
Releases · saterus/rebase-wizard
v1.0.0
v0.99.2
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
- 🎆
v0.0.1-alpha4 (OSX only)
Let's see if this works for anyone else.
Build on my laptop running OSX 10.14 with rustc 1.42.0.
Bear with me while we work out OSX Code Signing and better user-facing installation instructions.