added some stuffes in the "ToDo" list at the end.
This commit is contained in:
@@ -12,7 +12,7 @@ then
|
|||||||
echo "Usage: create-release.sh version"
|
echo "Usage: create-release.sh version"
|
||||||
echo " (no spaces allowed!)"
|
echo " (no spaces allowed!)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Example: create-release.sh 2.2.0-rc5"
|
echo "Example: create-release.sh 2.2.2-rc1"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -48,22 +48,27 @@ cat <<END
|
|||||||
|
|
||||||
Todo now:
|
Todo now:
|
||||||
---------
|
---------
|
||||||
1. upload the files to SF:
|
1. tag the cvs tree with the new revision number for a plain release or a
|
||||||
|
release candidate
|
||||||
|
2. upload the files to SF:
|
||||||
ftp upload.sourceforge.net
|
ftp upload.sourceforge.net
|
||||||
cd incoming
|
cd incoming
|
||||||
mput cvs/*.bz2 *.gz *.zip
|
mput cvs/*.gz *.zip *.bz2
|
||||||
2. add files to SF files page (cut and paste changelog since last release)
|
3. add files to SF files page (cut and paste changelog since last release)
|
||||||
3. add SF news item to phpMyAdmin project
|
4. add SF news item to phpMyAdmin project
|
||||||
4. update the download page: /home/groups/p/ph/phpmyadmin/htdocs
|
5. update the download page: /home/groups/p/ph/phpmyadmin/htdocs
|
||||||
5. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
|
6. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
|
||||||
6. announce release on http://phpwizard.net/phorum/list.php?f=1
|
7. announce release on http://phpwizard.net/phorum/list.php?f=1
|
||||||
7. send a short mail (with list of major changes) to
|
8. send a short mail (with list of major changes) to
|
||||||
phpmyadmin-devel@lists.sourceforge.net
|
phpmyadmin-devel@lists.sourceforge.net
|
||||||
phpmyadmin-news@lists.sourceforge.net
|
phpmyadmin-news@lists.sourceforge.net
|
||||||
phpmyadmin-users@lists.sourceforge.net
|
phpmyadmin-users@lists.sourceforge.net
|
||||||
8. increment rc count or version in CVS : in libraries/defines.lib.php3
|
9. increment rc count or version in CVS :
|
||||||
the line " define('PHPMYADMIN_VERSION', '2.2.0rc4'); "
|
- in libraries/defines.lib.php3 the line
|
||||||
9. the end :-)
|
" define('PHPMYADMIN_VERSION', '2.2.2-rc1'); "
|
||||||
|
- in Documentation.html the line
|
||||||
|
" <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> "
|
||||||
|
10. the end :-)
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user