From 4ad9d2970507f6029b1c0af713e0225b9b5701b7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Mar 2024 10:05:09 +0100 Subject: [PATCH] RELEASE-PROCEDURE: mention an initial working build This is the step that was not done and caused the 8.7.0 mishap (it lacked the correctly generated hugehelp file). Remove the mention of the copyright script as this is verified by a CI job these days: the REUSE one. Closes #13216 --- docs/RELEASE-PROCEDURE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE-PROCEDURE.md b/docs/RELEASE-PROCEDURE.md index e48a4d28a2..4f662ce868 100644 --- a/docs/RELEASE-PROCEDURE.md +++ b/docs/RELEASE-PROCEDURE.md @@ -4,7 +4,8 @@ curl release procedure - how to do a release in the source code repo ----------------------- -- run `./scripts/copyright.pl` and correct possible omissions +- do a *regular build* with a sensible build config to make sure the + `src/tool_hugehelp.c` file etc is correctly generated - edit `RELEASE-NOTES` to be accurate