Version 11 (modified by Cas, 8 years ago) (diff) |
---|
Deluge Release Checklist
Pre-Release
- Changelog is up-to date and add release date
- Update translation po files from Launchpad
- Version number increment:
- setup.py
- man pages
- osx/Info.plist
e.g. Month: git grep -l 'October' docs/man | xargs sed -i 's/October/November/g'
Build Docs- Compress WebUI javascript (from deluge/ui/web/)
- ./build js/deluge-all
- ./build js/ext-extensions
- Tag release in git.
- e.g. git tag -a deluge-1.3.11 -m "Deluge 1.3.11 Release"
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)
- make_release (1.1 KB) - added by Cas 10 years ago.
Download all attachments as: .zip