[gnome-software: 1/14] docs: Port RELEASE document to Markdown




commit 7bd9fbf4eda1802f06ce6aeb76fc05c3958398f9
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Jan 27 12:56:28 2021 +0000

    docs: Port RELEASE document to Markdown
    
    So we can have a nice rendered version in Gitlab.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 RELEASE => RELEASE.md | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE.md
similarity index 76%
rename from RELEASE
rename to RELEASE.md
index 28ccf3507..4966eb27a 100644
--- a/RELEASE
+++ b/RELEASE.md
@@ -1,13 +1,19 @@
 GNOME Software Release Notes
+===
 
 Write release entries:
-
+```
 git log --format="%s" --cherry-pick --right-only 3.37.92... | grep -i -v trivial | grep -v Merge | sort | 
uniq
-Add any user visible changes into data/appdata/org.gnome.Software.appdata.xml.in
+```
+
+Add any user visible changes into `data/appdata/org.gnome.Software.appdata.xml.in`.
 
-Generate NEWS file:
+Generate `NEWS` file:
+```
 appstream-util appdata-to-news ../data/appdata/org.gnome.Software.appdata.xml.in > NEWS
+```
 
+```
 git commit -a -m "Release version 3.38.1"
 git tag -s 3.38.1 -m "==== Version 3.38.1 ===="
 <enter password>
@@ -19,8 +25,10 @@ git push
 scp meson-dist/*.tar.xz rhughes master gnome org:
 ssh rhughes master gnome org
 ftpadmin install gnome-software-*.tar.xz
+```
 
-Post release version bump in meson.build
-
+Post release version bump in `meson.build`
+```
 git commit -a -m "trivial: Post release version bump"
 git push
+```


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