Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add svn instructions for copying release files

...

Copy the source and binary releases from the dev repository to the release repository at dist.apache.org using Subversion. Make sure to remove the rc-${RC_NUM} suffix.

Code Block
svn move -m "Release Flink-shaded ${RELEASE_VERSION}" https://dist.apache.org/repos/dist/dev/flink/flink-shaded-${RELEASE_VERSION}-rc${RC_NUM} https://dist.apache.org/repos/dist/release/flink/flink-shaded-${release-version}

Git tag

Create a new Git tag for the released version by creating a new release version on GitHub.

...