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 --releasemv target/release/rebase-wizard target/release/rebase-wizard-x86_64-apple-darwinstrip target/release/rebase-wizard-x86_64-apple-darwin- Commit & push
Cargo.tomlandCargo.lock - Create GitHub Release for the given commit
brew edit rebase-wizard# to point to new Release Archive URLbrew uninstall rebase-wizardbrew install --build-bottle rebase-wizardbrew edit rebase-wizard# Update sha256 checksum for new sourcebrew install --build-bottle rebase-wizardrebase-wizard --version# should include new versionbrew bottle --root-url="https://github.com/saterus/rebase-wizard/releases/download/v0.99.2/" rebase-wizardbrew 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.