summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-07 01:25:20 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-07 01:25:20 +0200
commitb7afd7b375abd3ee1be4f96dd2cf9a10b8c384d3 (patch)
tree02e8e53639170c7b4b2f7562e9a26e86fe172a83 /docs
parent3b77f269e9897e8328537c8c57ff4488b7300e65 (diff)
parent30a34eab814490e4926056d314a55b95ea9febad (diff)
downloadphp-git-b7afd7b375abd3ee1be4f96dd2cf9a10b8c384d3.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: [ci skip] Catch up with 642b8d00e01170eb934c1adb56bcf43c9c4aecd4
Diffstat (limited to 'docs')
-rw-r--r--docs/release-process.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-process.md b/docs/release-process.md
index dc92c552c0..46b0107763 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -263,7 +263,8 @@
* `$PHP_X_Y_VERSION` to the correct version
* `$PHP_X_Y_DATE` to the release date
* `$PHP_X_Y_SHA256` array and update all the SHA256 sums
- * `4PHP_X_Y_TAGS` array should include 'security' if this is a security release
+ * `$PHP_X_Y_TAGS` array should include 'security' if this is a security
+ release
* Make sure there are no outdated "notes" or edited "date" keys in the
`$RELEASES[X][$PHP_X_VERSION]["source"]` array.