Project

General

Profile

Actions

HOWTO announce a release » History » Revision 5

« Previous | Revision 5/15 (diff) | Next »
Abhishek Lekshmanan, 06/23/2017 12:55 PM


HOWTO formally announce a release

  • Alfredo announces to QA Lead, Project Lead & Release manager once the final packages are cut
  • Release manager to create the release notes on the master branch
  • Make corrections to components as much as possible in the release notes for easier tracking.
  • Generate a changelog (this is only for backport releases) which could be done via
    git log tags/<prev.release>..tags/<current.release>
    

    And submit the pr to master; on docs/changelog/<release-version>.txt
  • Once docs.ceph.com updates with the above files, and the right urls are checked, do a blog post on ceph.com with the correct links, this can be copy-pasted from the html rendered release notes, also the blog post can be saved as a draft in advance so that the publish button can be clicked once the packages are out.
  • Announce the email preferably with the plain text version of release notes, use discretion if the changelog is large.. in that case just a link to the blog might suffice with the major release announcements only in the email. The mail needs to be sent to ceph-announce, ceph-users, ceph-maintainers, ceph-devel lists
  • Inform Patrick (@Patrick McGarry) about the release so that @ceph tweets the release

Updated by Abhishek Lekshmanan almost 7 years ago · 5 revisions