Versions Compared

Key

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

...

All public releases are cut from a release branch , the current release branch is 3.2.x, and all releases have even version numbering. Development (non-public) releases are cut from the trunk, and have odd version numbering. All odd releases should be considered unstable, and not for GA. off of master. With the migration to git, we now also sign all release tags, for example.

Tags

For every released artifact, a tag should be created off the appropriate release branch. These tags should be named exactly the same as the version number released, e.g. "2.0.0-alpha" or "2.1.0". The release package should be made from the tag, not from the release branch. With the migration to git, all release tags should be signed with your release GPG key. For example:

...