Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Split the julia  dir out via git-subtree 
    cd /path/to/mxnet/
    git subtree split -P julia -b MXNet_j

  2. Push the branch MXNet_jl  to the standalone git repo MXNet.jl.
  3. Update the prebuilt binary version in julia/deps/build.jl in that new branch. e.g.:
    https://github.com/dmlc/MXNet.jl/blob/73e0fba911539bf074ee9de71d09541ec5368480/deps/build.jl#L26-L27
  4. Push a new tag for MXNet.jl. The version number should be same as the mxnet main repo.
  5. Trigger the registration bot on the tagged commit.
    @JuliaRegistrator register

    (See https://github.com/JuliaRegistries/Registrator.jl for more information)
  6. Make a release page via GitHub release button.
  7. Relax!