Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add svn command for moving rc files

...

Copy the source and binary releases from the dev repository to the release repository at dist.apache.org using Subversion.

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

Git tag

Create a new Git tag for the released version by copying the tag for the final release candidate, as follows:

...