[gnome-software: 9/14] docs: Tag releases after building them




commit 73412320448d1909ee726be82170727083bc036f
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Jan 27 13:09:11 2021 +0000

    docs: Tag releases after building them
    
    Otherwise you have to delete the tag and try again if building the
    release tarball fails.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 RELEASE.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/RELEASE.md b/RELEASE.md
index b016cc0a3..11617b613 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -33,16 +33,20 @@ Generate `NEWS` file:
 appstream-util appdata-to-news ../data/appdata/org.gnome.Software.appdata.xml.in > NEWS
 ```
 
-Tag the release:
+Commit the release:
 ```
 git add -p
 git commit -m "Release version 3.38.1"
-git evtag sign 3.38.1
 ```
 
 Build the release tarball:
 ```
 ninja dist
+```
+
+Tag, sign and push the release:
+```
+git evtag sign 3.38.1
 git push --tags
 git push
 ```


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