public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
tedkulp (author)
Sun May 07 20:00:00 -0700 2006
commit  b124044c4a8d5f45aed924b8953a74347a7ed639
tree    91c734584bb4803329592ae2d48150c0b2669740
parent  911a430fd01817a7f7709cd8b98f682ddf7de318
cmsmadesimple-2-0 / CHECKLIST
100644 25 lines (23 sloc) 1.062 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Steps of a (hopefully) successful cms release
 
1. Update ChangeLog (including DATE!!!), AUTHORS, README, INSTALL
2. Make sure GPL header is on all relevant files
3. Make sure COPYING is included
4. (optional) Make sure smarty is up to date
5. (optional) Make sure adodb is up to date
6. Update version.php with new version number
7. Commit
8. Make tag (e.g. tags/version-0.1)
9. Checkout tag in new directory
10. Run cleanup script (removes unwanted files)
11. Tarball up. Format is cmsmadesimple-0.1.tar.gz. Always untars into a cmsmadesimple-0.1 directory.
12. Zip up. Format is cmsmadesimple-0.1.zip. Always unzips into a cmsmadesimple directory.
13. Copy to downloads dir
14. Add new version number to mantis
15. Update topic in irc channel
16. Update news, downloads and ChangeLog pages with new version #, links and MD5 sum
17. Make sure external modules (in main source tree) are up to date on site
18. Add announcement to the forums
19. Send announcement to mailing list
20. Submit to freshmeat
21. Submit to hotscripts
22. Await fame and fortune :)