diff --git a/RELEASING.md b/RELEASING.md index 5c08f9dcd..a33a1684a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -53,6 +53,7 @@ Released as needed for security, installation or critical bug fixes. * [ ] Create tag for release e.g.: ```bash git tag 5.2.1 + git push git push --tags ``` * [ ] Create source distributions e.g.: