summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-05-18 02:07:04 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-05-18 02:07:04 +0200
commit4d07bba919b63e1e94c4994cbdc3a203ee060d01 (patch)
tree2da67d8b278af1cb486736c047cc543fb9a43c8e /docs
parent0a7d71b5930a463dfefc456e57ffdf7937acb421 (diff)
parent29bff939c7bb2385b3ec2c6e610bc921360a8a4b (diff)
downloadphp-git-4d07bba919b63e1e94c4994cbdc3a203ee060d01.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Enhance makedist script
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