Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix svn move command

...

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-versionRELEASE_VERSION}

Git tag

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

...