From eed5daa66790e7fdbfab771cd39e951bfb47aa8e Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 3 Apr 2015 10:26:35 -0400 Subject: [PATCH] Slight tweaks to embargoed release procedure --- RELEASING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 6e5cead18..4a20d4b32 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -55,7 +55,7 @@ Released as needed for security, installation or critical bug fixes. ## Embargoed Release -Security fixes that need to be pushed to the distros prior to public release. +Released as needed to vendors before public for critical security-related bug fixes. * [ ] Prepare patch for all versions that will get a fix. Test against local installations. * [ ] Commit against master, cherry pick to affected release branches. @@ -70,8 +70,11 @@ Security fixes that need to be pushed to the distros prior to public release. git push origin 2.5.x git push origin --tags ``` -* [ ] Upload source and binary distributions. - +* [ ] Create and upload source distributions e.g.: +``` + $ make sdistup +``` +* [ ] Create and upload [binary distributions](#binary-distributions) ## Binary Distributions