]> granicus.if.org Git - php/commitdiff
Mention security in step 3, as otherwise it might be overlooked
authorDerick Rethans <github@derickrethans.nl>
Thu, 6 Aug 2020 10:14:39 +0000 (11:14 +0100)
committerDerick Rethans <github@derickrethans.nl>
Thu, 6 Aug 2020 10:14:39 +0000 (11:14 +0100)
docs/release-process.md

index 50acab03feb9c6b5c7797c2f0c993b51184c15dd..29198a440ee4d04a39f5c93131b60ed460ac4abe 100644 (file)
     * 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.