summaryrefslogtreecommitdiff
path: root/docs/release-process.md
Commit message (Collapse)AuthorAgeFilesLines
* add php-keyring.gpg update stepRemi Collet2019-07-301-0/+2
|
* Mention also API versions bumpsPeter Kokot2019-07-261-4/+15
| | | | Closes GH-4470
* Use e.g. instead of less common f.e. [ci skip]Peter Kokot2019-07-091-10/+10
|
* Catch up with current proceduresPeter Kokot2019-07-081-45/+58
| | | | | | | | - Git is used for moving existing extensions to PECL - PHP versions with the PHP 7.4 examples - Some minor tweaks here and there - Mention re2c also - Mention Docker image as a helper tool
* [ci skip] Catch up with 642b8d00e01170eb934c1adb56bcf43c9c4aecd4Peter Kokot2019-06-071-12/+6
|
* Enhance makedist scriptPeter Kokot2019-05-181-4/+4
| | | | | | | | | | | This enhances the makidst script: - integrate both snapshot and makedist scripts together - add help and options - generated files are created in the php-src repository directly - other minor enhancemenets such as CS fixes - functionality moved from the Makefile to only shell script - Add missed patching of the Zend Parsers to the main build step - Add all *.tmp files to gitignore
* [ci skip] Update release process docs to MarkdownPeter Kokot2019-04-071-277/+316
| | | | | | | - Markdown - CS syncs - Some partial readability fixes - The protocol hasn't been changed
* [ci skip] Bring release process docs up 2 datePeter Kokot2019-04-051-17/+20
| | | | | This syncs the latest version and the PHP-7.4 version release process docs.
* Move README files to a dedicated docs directoryPeter Kokot2019-03-301-0/+395
The new dedicated docs directory has been introduced after a discussion on GitHub[1]. Main issue it is addressing is the reduction of too many README files in the project root directory. The new directory is dedicated for notes and quick documentation files that either can't be put in the manual or wiki pages or that relate to the php-src repository specifically and need to live together with the source code. Also the `docs` directory is by GitHub used for some repository configuration files such as pull request templates, and contributing documentation helper files that are integrated in the interface. [1]: https://github.com/php/php-src/pull/3988