Version 9 (modified by Cas, 9 years ago) (diff)

--

Deluge Release Checklist

Pre-Release

  • Changelog is up-to date and add release date
  • Update po files from Launchpad
  • Version number increment:
    • setup.py
    • man pages
    • osx/Info.plist
    git grep -l '1\.3\.10' | grep -v ChangeLog | xargs sed -i 's/1\.3\.10/1\.3\.11/g'
  • Build Docs
  • Compress WebUI javascript
    • ./build js/deluge-all
    • ./build js/ext-extensions
  • Tag release in git

Release

  • Use git archive to create initial tarball e.g.
    • git archive --format=tar --prefix=deluge-1.3.11/ deluge-1.3.11 >deluge-1.3.11.tar
  • Run make_release script on extracted tarball e.g.
    • make_release deluge-1.3.0

Post-Release

  • Update with version, hashes and release notes:
    • ReleaseNotes (Create new version page and add link to this page)
    • Forum Announcement
    • IRC Welcome Message
    • Website index.php and version files
    • Wikipedia
  • Trac close milestone and add new version
  • Ensure stable branch commits are also in development branch

Attachments (1)

Download all attachments as: .zip