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