summaryrefslogtreecommitdiff
path: root/README.RELEASE_PROCESS
Commit message (Collapse)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-6/+6
|
* [ci skip] Fix typoMike2018-07-061-1/+1
|
* [ci skip] Announce emails should not be cross-postedChristoph M. Becker2018-06-281-3/+3
| | | | | Otherwise answers may be send to all the lists which might be irrelevant for particular participants only subscribed to one of them.
* [ci skip] Remove obsolete taskChristoph M. Becker2018-06-251-3/+0
| | | | | | | INSTALL points to the online docs and win32/install.txt is removed as of commit 1e9e7d4[1]. [1] http://git.php.net/?p=php-src.git;a=commit;h=1e9e7d4dc4949b67908e55ab3f3e44528923c029
* Fix typosChristoph M. Becker2018-05-141-4/+4
|
* ensure no merge commit during submodule updateRemi Collet2017-11-281-1/+2
|
* Add note on PAX headers in tarballsAnatol Belski2017-11-271-1/+5
|
* Add notes for cutting release branchesSara Golemon2017-07-181-0/+22
|
* minor fix for web announceRemi Collet2017-07-061-2/+2
|
* X.Y.0 releases are more special than X.Y.(1+) releasesSara Golemon2017-06-081-1/+2
|
* Create announcement entry on web-php even for non-stableSara Golemon2017-06-081-4/+14
|
* Windows builds are no longer copied to downloads.php.netSara Golemon2017-06-071-2/+2
| | | | They have their own home at windows.php.net/downloads
* Remove instructions to email internals-win@Sara Golemon2017-06-061-4/+5
| | | | | Use the release-managers@ distribution list instead for a better audience.
* Add note about publishing gpg keySara Golemon2017-06-051-1/+2
|
* [ci skip] yet more info for new rmAnatol Belski2017-04-281-1/+12
|
* Add some 'New RM' instructionsSara Golemon2017-04-231-0/+8
|
* Update step about uploading packages to downloads.php.netSara Golemon2017-04-141-4/+4
| | | | | At some point this changed from a per-user specific mapping to a standard ~$USER mapping.
* corrections to release process documentationJoe Watkins2017-03-301-21/+21
|
* Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-271-3/+3
| | | | | | | | | | configure.ac was introduced in 2001 with automake-1.15 and autoconf-2.50 to replace the file named configure.in. Autotools is preparing to remove configure.in in Automake 2.0. All new software should be using configure.ac. This also fixes Bug #69770 where extensions are creating configure.in Signed-off-by: Brian Evans <grknight@gentoo.org>
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-171-2/+2
|\ | | | | | | | | * PHP-7.0: updates to release docs
| * updates to release docsJoe Watkins2017-01-171-2/+2
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-091-7/+10
|\ \ | |/ | | | | | | * PHP-7.0: update release process notes
| * update release process notesJoe Watkins2017-01-091-7/+10
| |
* | Fix typos in git rules and release process READMEsPrayag Verma2016-01-291-5/+5
| |
* | Fugbix typoSebastian Bergmann2015-12-051-1/+1
|/
* update the doc in regard to the latest discussionsAnatol Belski2015-06-251-1/+1
|
* Typo (thanks kaplan@)Hannes Magnusson2015-06-241-1/+1
|
* PHP7 sounds like a good time to include signatures in announce mailsHannes Magnusson2015-06-231-1/+3
| | | | We need these posted as many places as possible to make any sense.
* Merge branch 'PHP-5.4' into PHP-5.5Hannes Magnusson2015-04-171-4/+14
|\ | | | | | | | | | | * PHP-5.4: phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it seperate mail Fixed res leak
| * phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it ↵Hannes Magnusson2015-04-171-4/+14
| | | | | | | | seperate mail
* | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2015-01-221-6/+7
|\ \ | |/ | | | | | | * PHP-5.4: fix some factual errors in the process
| * fix some factual errors in the processFerenc Kovacs2015-01-221-6/+7
| |
* | add tests stuff to READMEStanislav Malyshev2014-05-111-20/+33
|/
* a few typofixesVeres Lajos2014-02-141-1/+1
|
* fix the primary qa email address and update the list of available people ↵Ferenc Kovacs2014-01-241-2/+2
| | | | being able to add moderators to our lists
* Updated release processJulien Pauli2013-12-131-77/+79
|
* explain the step updating the git submodule reference in web/php.gitFerenc Kovacs2013-03-151-1/+9
|
* Update RELEASE PROCESSDavid Soria Parra2012-09-131-22/+15
| | | | | Some parts of the release process are outdated, not needed anymore or still reference cvs.
* mention gitDavid Soria Parra2012-02-031-4/+4
|
* - add announce steps, s,cvs,svn, MFHPierre Joye2011-12-141-25/+28
|
* Updated qa-release.php notes as per the new qa-release.php syntaxPhilip Olson2011-05-301-14/+10
|
* Where using svn now, use svn pathsJohannes Schlüter2009-12-221-3/+3
| | | | | # This file doesn't exist in 5.2!?
* MFH: expanded the section about how to create the changelogLukas Smith2009-06-301-0/+4
|
* MFH: formatting fix for the re-releasing sectionLukas Smith2009-06-301-3/+1
|
* MFH Hannes said this shall not be run for RCsJohannes Schlüter2009-06-101-7/+3
|
* MFH: Removed an unnecessary item, that calls for doc buildsPhilip Olson2009-04-111-2/+0
|
* MFH: Add guidelines for re-releasingHannes Magnusson2009-04-081-0/+35
|
* MFH primary tester ml needs to be in the TO not CCLukas Smith2009-02-101-2/+2
|
* primary testers list is now mailed for every releaseLukas Smith2009-02-081-5/+4
|