- Update
NEWS.md
to list important changes - Check out the
stable
branch, merge withmaster
. - Update
libmxnet_curr_ver
indeps/build.jl
to the latest commit SHA (or any proper reference). Usingmaster
here is not good because future changes in libmxnet might break existing Julia packages. - Run tests.
- Commit changes and push.
- Run
Pkg.tag("MXNet")
in Julia. - Run
Pkg.publish()
, which will open a browser for making a pull request to METADATA.jl. - Edit the releases page to copy the release notes from
NEWS.md
to the newly created release tag.