Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2014-06-21 20:57:59 +0400
committerMarc Delisle <marc@infomarc.info>2014-06-21 20:57:59 +0400
commit290547e980b1dc1a2853b4f5f56f1d243a9526e3 (patch)
treec8802f52567600e1912cfd0be27da408d7ace1e7 /scripts
parentcf13eb25835fd96007795cc41c942f650f81a01a (diff)
Freecode.com is now read-only
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh15
1 files changed, 7 insertions, 8 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index df11c8742d..494aed7cdb 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -298,15 +298,14 @@ Todo now:
- the -all-languages.tar.gz file is the default for Solaris
- the -all-languages.tar.bz2 file is the default for Mac OS X, Linux and BSD
5. add SF news item to phpMyAdmin project
- 6. announce release on freecode (http://freecode.com/projects/phpmyadmin/)
- 7. send a short mail (with list of major changes) to
+ 6. send a short mail (with list of major changes) to
phpmyadmin-devel@lists.sourceforge.net
phpmyadmin-news@lists.sourceforge.net
Don't forget to update the Description section in the announcement,
based on documentation.
- 8. increment rc count or version in the repository :
+ 7. increment rc count or version in the repository :
- in libraries/Config.class.php PMA_Config::__constructor() the line
" \$this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html (if it exists) the 2 lines
@@ -315,14 +314,14 @@ Todo now:
- in doc/conf.py (if it exists) the line
" version = '2.7.1-dev' "
- 9. add a milestone for this new version in the bugs tickets, at https://sourceforge.net/p/phpmyadmin/bugs/milestones
+ 8. add a milestone for this new version in the bugs tickets, at https://sourceforge.net/p/phpmyadmin/bugs/milestones
-10. send a private twitter message to @phpmya, containing a short version of the announcement
+ 9. send a private twitter message to @phpmya, containing a short version of the announcement
-11. update demo/php/versions.ini in the scripts repository so that the demo server shows current versions
+10. update demo/php/versions.ini in the scripts repository so that the demo server shows current versions
-12. in case of a new major release, update the render.py in website repository to include the new major releases
+11. in case of a new major release, update the render.py in website repository to include the new major releases
-13. the end :-)
+12. the end :-)
END