doc: various updates to RELEASING.md#64198
Conversation
|
Review requested:
|
- Clarify permissions needed to be able to prepare a release - Add CitGM to the "relevant jenkins jobs" section - Clarify GPG key creation process and algorithms - Also suggest that GPG keys can be published to ubuntu's keyservers - Clarify that signed commits on release branches are required - Add note about branch-diff using significant github API credits - Explicit comment on each section which can be skipped with automation Signed-off-by: Stewart X Addison <sxa@ibm.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
There was a problem hiding this comment.
This is weird, we either need to roll it back, or edit further
There was a problem hiding this comment.
Updated - let me know whether it alleviates your concerns.
I wanted to make sure the note about the v prefix was before the examples so it would be less likely to be missed and to clarify before the examples that either sed or perl could be used. I'd be tempted to just leave in the perl example for the selfish reason that it's what I always use although not all UNIX-like systems have perl. sed -i also isn't guaranteed to be there on all OSs (it's not a standard POSIX option) and we can see here we've already had to make the examples OS-specific in once case. Although the chances of any collaborators running on an OS which doesn't have sed -i is prety near zero I'd have thought ;-)
There was a problem hiding this comment.
The issue I have is that and substitute this node version with stands alone awkwardly, when it was integrated in the sentence in the main version.
There was a problem hiding this comment.
Yep - agreed. I've split it a little so that some of the description is now after the initial grep which I think works better and stops that partial sentence sitting there.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Signed-off-by: Stewart X Addison <sxa@ibm.com>
List of updates based on my recent experience preparing 24.18.0.
If anyone thinks that something in this list shouldn't be here let me know, or if any of the list of things I haven't included should be added (or are not actually correct) then let me know.
On the last point here, I did consider making those things which can now be done via automation into collapsed sections but since there are already collapsed sections in several of them for security releases I decided against it. Thoughts welcome...
Things I haven't included
A few things from my notes from preparing 24.18.0 that I considered adding but left out:
git bisectto track down a problem after doing the initial large set of cherry-picks. I suspect I'm not the only person with scripts they use, but perhaps we could have something for people to use (or do we already?). I've left anything like this out as it should perhaps be somewhere more generic like the collaborator guide.for example here is the script I use with `git bisect` script
Not that the
tasksetis something I add to stop the build taking over my machine by limiting which cores it uses:PR-URL:that was originall semver-major even if it has been patched for the backported such that it isn't semver-major. This will mean having to skip use of the automation.Signed-off byat the end (i.e. don't use-s) otherwise it will fail thelint-release-commitcheck because the PR-URL is not the last line of the commit.awkscript to convert the initial branch diff output to the "SHA only" version for feeding togit cherry-pickbut it felt safer to just suggest running it again.Also related: #64070 which was something spotted during my release prep :-)