Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix quotes in git tagging command

...

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

git tag -s “release"release-${RELEASE_VERSION}" ${TAG}

Merge website pull request

...