Skip to content

Development: Releasing a new sup

Dan Callaghan edited this page Jul 4, 2020 · 5 revisions

Checklist:

  • Generate new CONTRIBUTORS: git-rank-contributors
  • Update ReleaseNotes
  • Update History.txt
  • Create release branch (not necessarily to be published)
  • Update version number in lib/sup/version.rb
  • Create release commit with these changes
  • Tag (and sign!) with release-..*
  • Merge tag into master
  • Merge tag except version.rb into develop
  • Push branches and tag
  • Create gem (set environment variable REL to the new version number)
  • Upload gem
  • Announce the release to sup-talk and sup-devel
Clone this wiki locally