DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Split the
juliadir out viagit-subtreecd /path/to/mxnet/ git subtree split -P julia -b MXNet_j Push the branchMXNet_jlto 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!