Release Creation Process

These best practices help guide a PMC through the steps to create and publish an Apache software product release. It complements the formal Apache Release Policy, defining what must be in a software release, and Release Distribution Policy.

Every Apache Software Foundation project software release must meet requirements for content , process , and publication. These requirements ensure that Apache contributors and users benefit from appropriate legal protection the ASF provides, and reflect the Foundation's goals of open, collaborative software development.

Contents

An Apache release

An Apache release is a set of valid, signed, artifacts, voted on by the appropriate PMC and distributed on the official ASF release infrastructure. See below for discussion of the words in bold, all of which are essential.

To make a release, an Apache project:

  1. Has code that complies with the software licensing requirements
  2. Decides as a community to make a release, and designates a release manager
  3. The release manager prepares and signs the proposed release materials
  4. The PMC votes whether to approve the release
  5. If the vote passes, the release manager copies the artifacts to the distribution infrastructure.

A release starts when the project community agrees to make a release. However, no release manager can make a valid release unless the community has taken the necessary steps. The source code and build process must comply with the ASF legal and intellectual property requirements for a valid release, and the project must have the infrastructure in place to correctly sign the release artifacts (see below).

The release manager

Most projects designate a committer to be the release manager who takes responsibility for the mechanics of a release. It is a good idea to let several committers take this role on different releases so that more than one person is comfortable doing a release. Release managers shepherd a release from an initial community consensus to getting the compiled code package to final distribution, and may be involved in publicizing the release to the project's community and the ASF in general.

Unless otherwise specified, only PMC members can act as release managers. If your project wishes to allow normal committers to release files, please contact infrastructure with your request.

Release managers do the mechanical work; but the PMC in general, and the PMC chair in particular (as an officer of the Foundation), are responsible for compliance with ASF requirements.

Any committer may serve as release manager.

A valid release package

The Apache Software Foundation exists to create open source software, so the fundamental requirement for a release is that it has the necessary source code to build the project. A project may provide compiled binaries of each release for the convenience of users.

All project source code must be covered by the Apache License, version 2.0. The license or appropriate boilerplate text must be included in each source file. For the license to be valid, the code must have been contributed by an individual covered by an appropriate contributor license agreement, or have otherwise been licensed to the Foundation and passed through IP clearance. See this page for details on release requirements. When in doubt, contact the Foundation's Legal resources by filing a Jira ticket under the 'LEGAL' project. The Apache Release Audit Tool (RAT) can help you verify that your proposed release complies with the requirements.

Many projects have dependencies on non-Apache components. For an Apache release to be valid, it can only depend on non-Apache components that have compatible licenses. For more information on third party licenses allowed, see the ASF Third Party License Policy.

Signing release artifacts

The files that make up an Apache release always are accompanied by cryptographic signatures. This allows users to ensure that the files have not been tampered with since they were created. The mechanics of signing depend on the project's build technology. Infra strongly recommends that projects set up automated infrastructure to sign the files to simplify the work. Generally, projects set up their build system so that the same process that creates the files for a release also signs them.

The process of setting up to sign the code is somewhat complicated, and is described on the release signing page. If you plan to serve as a release manager, you should generate a key and publish it well in advance of creating a release.

Note while your project can create and review as many release candidates as it wishes, and can use any automated build process that makes it easier and more reliable to create them, the project cannot publish any release candidate as an official release until it is approved by the voting process described below, and signed by a legal person. The ASF has not authorized a completely-automated process for both building and releasing artifacts that does not involve review and approval by the project's PMC and the signature of a human in the release artifact bundle.

Voting whether to approve the release

A binding release vote of the PMC is the critical gating step in the release process. Without such a vote, the release is just a set of files prepared by an individual. After such a vote, it is a formal offering of the ASF, backed by the "full faith and credit" of the Foundation.

Distribution

The Apache infrastructure must be the primary source for all artifacts officially released by the ASF.

Infra maintains the Apache release distribution infrastructure, which has three parts:

  • the directories of current releases on downloads.apache.org
  • previous releases on archive.apache.org
  • Maven repository on repository.apache.org

Uploading packages

  • Upload development packages and snapshots to https://dist.apache.org/repos/dist/dev/$project/
  • Upload release packages to https://dist.apache.org/repos/dist/release/$project/. If your project uses a Subersion repository, you can use svn mv from the dev folder.
  • Incubator projects can find their dev/release folder inside their incubator directory.

Normal distribution on the Apache downloads site

See the Release Distribution Policy for specific technical requirements.

Each Apache TLP has a release/TLP-name directory in the distribution Subversion repository at https://dist.apache.org/repos/dist/. Once a release vote passes, the release manager adds the release artifacts (plus signature and hash files) to this location. Each project is responsible for the structure of its directory. PyPubSub pushes the contents of these directories to http://downloads.apache.org/. Note only store the most recent version of each supported release here.

  • Do not use the SVN directories under https://dist.apache.org/repos/dist/ to link to product releases. Projects must use the ASF release system. See Release Download Pages for further details.

  • A signature (.asc) can become invalid because the signing key is revoked or has expired. Make sure all current signatures for your project in downloads.apache.org/ are valid.

  • Hash, signature and KEYS files are excluded from the public release:

*.md5 *.sha *.sha1 *.sha256 *.sha512 *.asc *.sig KEYS *.mds MD5SUM SHA*SUM

  • Do not publish .md5 files because MD5 is broken.

  • Do not publish .sig files. Make sure your .ascs are plain-text files.

  • The download page should use HTTPS: rather than plain HTTP: for linking to KEYS, sigs and hashes (for example: https://downloads.apache.org/httpd/KEYS).

  • In addition to the checksum files required in the Release Distribution Policy, the project can provide an MD5SUM or SHA*SUM. MD5SUM and SHA*SUM must look like the output of md5sum(1): lines containing a checksum, followed by a filename ; use only plain file names (no slashes). Do not use any other file names for such files.

If the release directory does not yet exist, please create a Jira ticket for INFRA with the required information (see the contact page).

Note: By default, only PMC/PPMC members have write access to the dist/release directories. The dist/dev directories by default allow write access by committers.

Maven distribution

See Publishing Maven releases.

Release distribution availability schedule

Releases pushed to the dist/release subversion directory will be available for download almost immediately after the push/move operation has completed, though the exact speed depends on the size of the artifact(s) that have been uploaded. Generally speaking, releases should be available on downloads.apache.org within 15 minutes of publishing them to dist/release.

Our global content delivery network (CDN) at dlcdn.apache.org will have files available for download within seconds of them appearing on downloads.apache.org. However, due to our current caching algorithms, they may not appear in the raw directory listings for up to two hours even though the files are present on the service. We are currently working on ways to improve this experience, and will update this page when/if the process has changed.

Our download helper script also employ caching to help speed up processing, and its findings (whether or not a release is present on the CDN) may be delayed by up to an hour in some circumstances. We therefore advise projects to wait for one hour after publishing a release before announcing it to the wider public.

As a rule of thumb, projects should currently:

  1. upload or move the release to the dist/release space in subversion
  2. after a few minutes, check downloads.apache.org for whether their release has been published on our download server
  3. when the download is present, wait one hour for any caching to reset, then announce the general availability of the release

FAQs

  • How do I archive an old release? downloads.apache.org is automatically archived every four hours. Therefore, a copy of every official release exists in the archives. Just delete the copy of the release that is in your project's dist directory. Remember to update any links from the download page related to that release.

Copyright 2024, The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
Apache® and the Apache feather logo are trademarks of The Apache Software Foundation...