Versions Compared

Key

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

...

  1. If you have not already, check out the Flink section of the dev repository on dist.apache.org via Subversion. In a fresh directory:

    Code Block
    languagebash
     svn co https://dist.apache.org/repos/dist/dev/flink
     cd flink


  2. Make a directory for the new release:

    Code Block
    languagebash
     mkdir flink-shaded-${RELEASE_VERSION}-rc${RC_NUM}
    Copy Flink source distributions, hashes, and GPG signature.
  3. Add and commit all the files.

    Code Block
    languagebash
     svn add flink-shaded-${RELEASE_VERSION}-rc${RC_NUM}
     svn commit


  4. Verify that files are present.

...