...
- Split the
julia
dir out viagit-subtree
cd /path/to/mxnet/ git subtree split -P julia -b MXNet_j
Push the branch
MXNet_jl
to the standalone git repoMXNet.jl
.- 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 Push a new tag for MXNet.jl. The version number should be same as the mxnet main repo.
- Trigger the registration bot on the tagged commit
.
@JuliaRegistrator register
(See https://github.com/JuliaRegistries/Registrator.jl for more information) - Make a release page via GitHub release button.
- Relax!