The branch, master has been updated via 4876d2775855b2ce5bd9fff9e5abedbe2600a9bb (commit) from a69a95281146c5d0809bef455548e9dc9c6078bd (commit)
- Log ----------------------------------------------------------------- commit 4876d2775855b2ce5bd9fff9e5abedbe2600a9bb Author: Marc Delisle marc@infomarc.info Date: Thu Mar 11 12:41:04 2010 -0500
remove mention of subversion
-----------------------------------------------------------------------
Summary of changes: scripts/create-release.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/create-release.sh b/scripts/create-release.sh index fe19d09..9023b96 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -69,7 +69,7 @@ fi cat <<END
Please ensure you have: - 1. incremented rc count or version in subversion : + 1. incremented rc count or version in the repository : - in libraries/Config.class.php PMA_Config::__constructor() the line " $this->set( 'PMA_VERSION', '$version' ); " - in Documentation.html the 2 lines @@ -194,7 +194,7 @@ cat <<END Todo now: ---------
- 1. tag the subversion tree with the new revision number for a plain release + 1. tag the repository with the new revision number for a plain release or a release candidate: version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING @@ -214,7 +214,7 @@ Todo now: Don't forget to update the Description section in the announcement, based on Documentation.html.
- 7. increment rc count or version in subversion : + 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 the 2 lines
hooks/post-receive