[gnome-software: 10/14] docs: Push release tags atomically




commit da2b49c625566cb808c39d514cd09141db9ce109
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Jan 27 13:09:50 2021 +0000

    docs: Push release tags atomically
    
    This avoids the situation where the new tag is pushed, but pushing the
    branch fails.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 RELEASE.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/RELEASE.md b/RELEASE.md
index 11617b613..499b7137f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -47,8 +47,7 @@ ninja dist
 Tag, sign and push the release:
 ```
 git evtag sign 3.38.1
-git push --tags
-git push
+git push --atomic origin master 3.38.1
 ```
 
 Upload the release tarball:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]