Skip to content

Commit

Permalink
Start new dev version - update RELEASE.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Nov 28, 2024
1 parent 1ca086d commit 9f80351
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ is a bit more involved than it would be otherwise.
usually takes around 40-60 minutes.
4. While the NIFs are compiling, ensure you have the latest version of `main` and don't have any
intermediate builds by running `rm -rf native/explorer/target`.
5. Once the NIFs are built, use `mix rustler_precompiled.download Explorer.PolarsBackend.Native --all --print` to download generate the checksum file.
6. Run `mix hex.publish`.
5. Once the NIFs are built, use:

EXPLORER_BUILD=true mix rustler_precompiled.download Explorer.PolarsBackend.Native --all --print

to download all the artifacts and generate the checksum file.
6. Paste the SHA 256 contents into the release description on GitHub.
6. Run `mix hex.publish` - please double check the dependencies and files, and confirm.
7. Bump the version in the `mix.exs` and add the `-dev` flag to it.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Explorer.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-nx/explorer"
@version "0.10.1"
@version "0.11.0-dev"
@dev? String.ends_with?(@version, "-dev")
@force_build? System.get_env("EXPLORER_BUILD") in ["1", "true"]

Expand Down

0 comments on commit 9f80351

Please sign in to comment.