Versions Compared

Key

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

...

  • Perform an git clone and switch to the correct branch
  • Edit build.properties and change the line version.suffix=-dev to version.suffix=
  • Edit webapps\docs\changelog.xml and remove rtext="in development" from the latest version
  • Commit these changes
    • git commit -a -m "Tag 7.0.94"
    • git tag 7.0.94
    • git push origin 7.0.94
  • Check the diff mailed to the dev list

...