Versions Compared

Key

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

...

  1. Publish release artifacts in apache mvn repository using instructions
  2. Publish the release packages:
    1. svn co https://dist.apache.org/repos/dist/release/atlas atlas-release && cd atlas-release
    2. Delete the old releases
    3. Copy the release artifacts from https://dist.apache.org/repos/dist/dev/atlas/0.8.1-rc0/ to new release directory 0.8.1
    4. Commit atlas-release
  3. Update atlas website documentation:
    1. Atlas source twiki changes:

      1. Switch to release branch: git checkout branch-2.0

      2. Make necessary twiki changes in "atlas/docs" module

        1. Add new page to list new features in current release - "What's new in Apache Atlas 2.0?"

        2. Update Downloads.twiki to add the release artifacts (source, signature and SHA512) and add release notes for current release.

        3. Update index.twiki to update links to "What's new in Apache Atlas 2.0?" page.

      3. Generate documentation from twiki sources with the following command from "atlas/docs" directory: mvn clean site

      4. Generate Java/REST API docs from Atlas sources with the following command from atlas root directory: mvn clean -DskipTests -DskipEnunciate=false package

      5. Validate generated twiki and API docs; if looks good commit changes to branch-2.0 (release branch) and master branch.

    2. Atlas Website changes:

      1. Clone Atlas Website sources:
       
      1. git
      clone 
      1. clone https://gitbox.apache.org/repos/asf/atlas-website.git
       atlas
      1. atlas-website
      2. Switch to asf-site branch:
       
      1. cd atlas-website; git checkout asf-site
      2. Create following directories for release contents:
       
      1. mkdir -p atlas-website/2.0.
      8.1Copy documentation
      1. 0/api/v2
    3. Generate documentation from twiki sources with the following command from atlas/docs directory: mvn clean site
      1. Copy documentation from atlas source generated earlier to Atlas website repository
      with
      1. :
       
      1. cp -r atlas/docs/target/site/* atlas-website/2.0.
      8.1
      1. 0/
      Generate
      1. Copy Java/REST API
      docs from Atlas sources with the following command from atlas directory: mvn clean -DskipTests -DskipEnunciate=false packageCopy Java/REST API doc
      1. doc from atlas source generated earlier to Atlas website repository
      with
      1. :
       
      1. cp -r atlas/webapp/target/api/v2/apidocs atlas-website/2.0.
      8.1
      1. 0/api/v2
      2. Update site's root documentation with the latest version contents:
       
      1. cp -
      r atlas
      1. r atlas-website/2.0.
      8.1
      1. 0/
       atlas
      1. atlas-website/
      2. Verify
      the
      1. html files and commit
      2. Verify
      the site 
      1. site http://atlas.apache.org
      /
  4. Send release announcement

    No Format
    To: announce@apache.org; dev@atlas.apache.org
    Subject: [ANNOUNCE] Apache Atlas 0.8.1 released
    Body:
    Hi All,
    
    The Apache Atlas team is happy to announce the release of Apache Atlas - version 0.8.1.
    
    Atlas is a scalable and extensible set of core foundational governance
    services – enabling enterprises to effectively and efficiently meet their
    compliance requirements within Hadoop and allows integration with the whole
    enterprise data ecosystem.
    
    The release artifacts are available at: http://www.apache.org/dyn/closer.cgi/atlas/0.8.1/
    
    The binary artifacts are available from Maven central and its mirrors.
    
    To use these artifacts, please use the following documentation: http://atlas.apache.org/0.8.1/index.html
    
    More details on Apache Atlas can be found at: http://atlas.apache.org/
    
    We thank everyone who made this release possible.
    
    Thanks,
    The Apache Atlas team
    


...