Versions Compared

Key

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

...

  • Which platform/configuration combinations will be tested
  • Which automated tests will be run, and by whom
  • Which manual tests will be run, and by whom
  • Which service compatibility tests (external search, external triplestore) will be run, and by whom
  • Instructions on how testers will report on test results

Create release

...

and development branches and begin final test phase

Create a release candidate branch and a development branch, release testing wiki page and notify developers to test.

For the below example, pretend the release number is 4.5.0

Code Block
git checkout -b release-4.0.0master
git pull
git push origin master:4.5.0-RC
git push origin release-4.0.0master:DEV

Update online resources

If any online resources have been modified or added to during the release, these must be updated.

...