Versions Compared

Key

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

...

  1. Update the website
    1. Update the doap_Oozie.rdf file with the new release in the https://svn.apache.org/repos/asf/oozie/site/trunk branch
    2. Update the Releases and Documentation links in the Oozie content/site.xml file in the https://svn.apache.org/repos/asf/oozie/site/trunk branch.
      1. Only the latest and currently being developed/maintained release(s) should be at a http://www.apache.org/dyn/closer.lua/oozie/<version> address
        The rest of the releases should be at a http://archive.apache.org/dist/oozie/<version> address
    3. Copy the Oozie release documentation to the resources/docs directory of the https://svn.apache.org/repos/asf/oozie/site/trunk branch.
    4. Generate and verify the new Oozie site.

      Code Block
      $ mvn site
      $ cd target/site
      
    5. After verifying the new site is correct, commit the changes (make sure to add the new documentation set to SVN).
    6. Publish Oozie site.
  2. Wait until you see your changes reflected on the Apache Oozie web site, Apache downloads and mirrors downloads.
  3. Send announcements to the announce@apache.org and the Oozie user and developer aliases once aliases once the site changes are visible.

    No Format
    Subject: [ANNOUNCE] Apache Oozie 4.0.0 released
    
     
     
    Hello Oozie community,
    
    The Apache Oozie team is pleased to announce the release of Oozie 4.0.0.
    Oozie 4.0.0 includes [new features,] bug fixes and minor improvements.
    
    The details of the release and download location can be found at http://oozie.apache.org
     
    [The full release notes can be found at the download location, but some highlights of this release include:
    - New feature 1
    - New feature 2
    - ...]
    
    Thanks to all developers, QA's, users, and committers for making this release happen.

    The parts in brackets are optional, and would only be used for releases with big new features; otherwise, they can be omitted.

...