Skip to content

v0.99.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@saterus saterus released this 06 Apr 12:32
· 6 commits to master since this 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:

  1. Bump version in Cargo.toml
  2. cargo build --release
  3. mv target/release/rebase-wizard target/release/rebase-wizard-x86_64-apple-darwin
  4. strip target/release/rebase-wizard-x86_64-apple-darwin
  5. Commit & push Cargo.toml and Cargo.lock
  6. Create GitHub Release for the given commit
  7. brew edit rebase-wizard # to point to new Release Archive URL
  8. brew uninstall rebase-wizard
  9. brew install --build-bottle rebase-wizard
  10. brew edit rebase-wizard # Update sha256 checksum for new source
  11. brew install --build-bottle rebase-wizard
  12. rebase-wizard --version # should include new version
  13. brew bottle --root-url="https://github.com/saterus/rebase-wizard/releases/download/v0.99.2/" rebase-wizard
  14. brew edit rebase-wizard # drop in the new bottle block from the previous command
  15. mv rebase-wizard--0.99.2.mojave.bottle.tar.gz rebase-wizard-0.99.2.mojave.bottle.tar.gz
  16. Upload bottle build artifact to GitHub Release
  17. Commit & push an update for the homebrew formula
  18. 🎆