Skip to content

Releases: saterus/rebase-wizard

v1.0.0

13 Apr 04:56
Compare
Choose a tag to compare

Bump the stable version to v1.0.0. 🎆

Similar build to the v.99, but the release was initially created with GitHub Actions. Still working on the homebrew publishing piece.

v0.99.2

06 Apr 12:32
Compare
Choose a tag to compare
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:

  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. 🎆

v0.0.1-alpha4 (OSX only)

04 Apr 16:53
Compare
Choose a tag to compare
Pre-release

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.