Versions Compared

Key

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

...

  1. Go to https://github.com/apache/geode/tags 

  2. Find Locate (but do not click on) the row with the final release tag (e.g. rel/v1.13.0)

  3. Click , click on the 2nd ... menu (the one to the right of the Verified bubble), then Create release.

  4. "Existing tag" should be selected.
  5. Fill in Release Title e.g. Apache Geode 1.13.0.
  6. Describe the release by copying :

    1. Copy the summary sentence from the release notes

    , then adding
    1. .

    2. Add the SHA256 (e.g. from the directory you ran the release scripts,

    look in e.g. release
    1. cat release-1.13.0-workspace/

    dist/release/geode/
    1. geode/geode-assembly/build/distributions/apache-geode-1.13.0

    ) and
    1. .tgz.sha256).

    2. Add a link to the release notes

    , e
    1. .

    g.
    1.  Example: 

      Code Block
      titleSample
    Voting Results Email
    1. Release Description
      This release contains some new gfsh commands and support for SNI as well as a number of improvements and bug fixes.
      
      sha256 for apache-geode-1.13.0.tgz is 8caf6dcafa5c6bb7c10dc7d512d0569dd16e463e01c18997118e20a5f43e6097
      
      See full release notes at https://cwiki.apache.org/confluence/display/GEODE/Release+Notes#ReleaseNotes-1.13.0


  7. Click where it says "Attach binaries" and upload the Apache Geode .tgz (e.g. from the directory you ran the release scripts, look in e.g. releaseselect release-1.13.0-workspace/dist/release/geode/geode/geode-assembly/build/distributions/apache-geode-1.13.0.tgz)
  8. Click the green Publish Release button. 

...