We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcff418 commit da56e87Copy full SHA for da56e87
docs/release-process.md
@@ -288,13 +288,14 @@
288
* Make sure there are no outdated "notes" or edited "date" keys in the
289
`$RELEASES[X][$PHP_X_VERSION]["source"]` array.
290
291
- 3. Create the release file (`releases/x_y_z.php`)
292
-
293
- Usually we use the same content as for point 6, but included in php template
294
- instead of the release xml.
+ 3. Create the release file (`releases/x_y_z.php`):
295
296
Optionally use `phpweb/bin/createReleaseEntry -v x.y.z -r` to create
297
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
298
+ template instead of the release xml.
299
300
Edit the generated files to expand on the base message if needed.
301
0 commit comments