Versions Compared

Key

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

...

    • Provide the release tag in the form of “v#.#.#.rc0” where 0 means it’s the first release candidate
    • Select the commit by clicking Target: master > Recent commits > $commit_hash
    • Copy and paste NEWS change into the description box
    • Select “This is a pre-release"
  1. Create artifacts for the release and push to the dist folder
    • apache-mxnet-src-#.#.#.rc0-incubating.tar.gx:
    • apache-mxnet-src-#.#.#.rc0-incubating.tar.gz.asc: Create OpenGPG compatible ASCII armored detached signature  
    • apache-mxnet-src-#.#.#.rc0-incubating.tar.gz.md5: Create MD5 checksum
      • $ md5 apache-mxnet-src-#.#.#.rc0-incubating.tar.gz > apache-mxnet-src-#.#.#.rc0-incubating.tar.gz.md5
    • apache-mxnet-src-#.#.#.rc0-incubating.tar.gz.sha512: Create SHA checksum
      • $ shasum -a 512 apache-mxnet-src-#.#.#.rc0-incubating.tar.gz > apache-mxnet-src-#.#.#.rc0-incubating.tar.gz.sha512
    • #.#.#-incubating.RC0 folder: Create a folder for this RC in the dist folder

...