summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2019-06-05 19:05:38 -0400
committerSara Golemon <pollita@php.net>2019-06-05 19:05:38 -0400
commit642b8d00e01170eb934c1adb56bcf43c9c4aecd4 (patch)
treeca71eb141ab25b3ddbe6a9ffcb15d704dbdfdcdf /docs
parentb4d21310cb965e50b00d02dcb4d5b2afb0521424 (diff)
downloadphp-git-642b8d00e01170eb934c1adb56bcf43c9c4aecd4.tar.gz
Update release-process.md
Diffstat (limited to 'docs')
-rw-r--r--docs/release-process.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/release-process.md b/docs/release-process.md
index 12df937b4a..dc92c552c0 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -146,12 +146,7 @@
Note: Remember to update the sha256 checksum information.
- 2. Update `web/php.git/include/version.inc` (X_Y=major_minor version number)
-
- * `$PHP_X_Y_RC = "5.4.0RC1"` (should be set to `false` before)
- * `$PHP_X_Y_RC_DATE = "06 September 2007"`
-
- 3. Skip this step for non stable releases after GA of minor or major versions
+ 2. Skip this step for non stable releases after GA of minor or major versions
(e.g. announce 7.3.0RC1, but not 7.3.1RC1):
Add a short notice to phpweb stating that there is a new release, and
@@ -168,18 +163,18 @@
"THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!"
```
- 4. Commit and push changes to qa and web.
+ 3. Commit and push changes to qa and web.
Wait for web and qa sites to update with new information before sending
announce.
- 5. Send **separate** emails **To** `internals@lists.php.net` and
+ 4. Send **separate** emails **To** `internals@lists.php.net` and
`php-general@lists.php.net` lists pointing out "the location of the release"
and "the possible release date of either the next RC, or the final release".
Include in this information the verification information output by
`gen_verify_stub`.
- 6. Send **separate** emails (see example http://news.php.net/php.pear.qa/5201)
+ 5. Send **separate** emails (see example http://news.php.net/php.pear.qa/5201)
**To** `php-qa@lists.php.net` and `primary-qa-tester@lists.php.net`. These
emails are to notify the selected projects about a new release so that they
can make sure their projects keep working. Make sure that you have been
@@ -268,11 +263,9 @@
* `$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
- * Set `$PHP_X_Y_RC` to false!
+ * `4PHP_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.
- * Only for the first revision of a major or minor release bump
- `$PHP_X_VERSION`, `$PHP_X_DATE` and `$PHP_X_RC_DATE`.
3. Create the release file (releases/x_y_z.php)