Versions Compared

Key

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

...

According to ASF guideline [1] [2] [3], release for an incubator project must follow:

...

  1. create openwhisk-src.zip (contain all core + runtimes), run license checker, sign with PGP key
  2. start voting on dev list
  3. publish the source under Apache dist location

...

  1. release other artifacts (docker, maven, etc.)

Release management tasks

  1. Make sure that an appropriate milestone (version) for the release is entered in GitHub issues and that all the related issues have been resolved.
  2. Create a new milestone in GitHub for the next release.
  3. Create the RELEASE-NOTES.txt from GitHub issues.
  4. Build and deploy the release artifacts with release script. See below for the exact steps.

  5. Send an announcement email to openwhisk dev mailing list

...