Versions Compared

Key

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

...

  1. create a release tag
  2. export the release branch in a folder named apache-ofbiz-<YY.MM.NN>
  3. add a file named revision.txt containing the revision number of the exported codebase
  4. zip the exported compress the exported folder as apache-ofbiz-<YY.MM.NN>.zip
  5. create an OpenPGP Compatible ASCII Armored Detached Signature named apache-ofbiz-<YY.MM.NN>.zip.asccreate an MD5 Checksum named apache-ofbiz-<YY.MM.NN>.zip.md5
  6. create an SHA512 Checksum named apache-ofbiz-<YY.MM.NN>.zip.shasha512
  7. commit the 4 3 release files to https://dist.apache.org/repos/dist/dev/ofbiz/

...

The vote takes place in the developers mailing list. People who want to vote should do the following checks:

...

  1. check sha checksum of release zip file against the .sha file
  2. check signature of release zip file against the .asc file
  3. unzip the release file, build and run integration tests. The build should be successful.

...