summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-08-06 11:14:39 +0100
committerDerick Rethans <github@derickrethans.nl>2020-08-06 11:14:39 +0100
commitda56e87ecac3deb340da3a2410261100b4867122 (patch)
tree5bc5065d93e5e65cfb141d8b7bd677669aeb0470 /docs
parentfcff418411702dbe120e1281096794042b0e1d55 (diff)
downloadphp-git-da56e87ecac3deb340da3a2410261100b4867122.tar.gz
Mention security in step 3, as otherwise it might be overlooked
Diffstat (limited to 'docs')
-rw-r--r--docs/release-process.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/release-process.md b/docs/release-process.md
index 50acab03fe..29198a440e 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -288,13 +288,14 @@
* Make sure there are no outdated "notes" or edited "date" keys in the
`$RELEASES[X][$PHP_X_VERSION]["source"]` array.
- 3. Create the release file (`releases/x_y_z.php`)
-
- Usually we use the same content as for point 6, but included in php template
- instead of the release xml.
+ 3. Create the release file (`releases/x_y_z.php`):
Optionally use `phpweb/bin/createReleaseEntry -v x.y.z -r` to create
a standard announcement template for this and step 6.
+ Add `--security` for a security release.
+
+ Usually we use the same content as for point 6, but included in php
+ template instead of the release xml.
Edit the generated files to expand on the base message if needed.