summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-26 02:38:53 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-18 02:05:59 +0200
commit29bff939c7bb2385b3ec2c6e610bc921360a8a4b (patch)
tree57280f16399b2c81aef7c54a7c59ce5f7a19b8f1 /docs
parent969047749d33bb88a0573aa91a57e2070335111a (diff)
downloadphp-git-29bff939c7bb2385b3ec2c6e610bc921360a8a4b.tar.gz
Enhance makedist script
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
Diffstat (limited to 'docs')
-rw-r--r--docs/release-process.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release-process.md b/docs/release-process.md
index 97fe16649c..12df937b4a 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -117,7 +117,7 @@
git push origin {release branch}
```
-12. Run: `PHPROOT=. ./scripts/dev/makedist 5.4.2RC2`, this will export the tree,
+12. Run: `./scripts/dev/makedist php-7.4.0RC2`, this will export the tree,
create `configure` and build three tarballs (gz, bz2 and xz).
13. Run `scripts/dev/gen_verify_stub <version> [identity]`, this will sign the
@@ -213,11 +213,11 @@
6. Check `./sapi/cli/php -v` output for version matching.
- 7. Tag the repository with the version f.e. `git tag -u YOURKEYID php-5.4.1`
+ 7. Tag the repository with the version f.e. `git tag -u YOURKEYID php-7.4.1`
- 8. Push the tag f.e. `git push origin php-5.4.1`.
+ 8. Push the tag f.e. `git push origin php-7.4.1`.
- 9. Run: `PHPROOT=. ./scripts/dev/makedist 5.4.1`, this will export the tag,
+ 9. Run: `./scripts/dev/makedist php-7.4.1`, this will export the tag,
create configure and build three tarballs (gz, bz2 and xz). Check if the
pear files are updated (phar). On some systems the behavior of GNU tar can
default to produce POSIX compliant archives with PAX headers. As not every