[gnome-software: 2/3] docs: Add instructions for updating GitLab’s milestones and releases




commit 4857c39e643f450ab6595c7942937838403106a9
Author: Philip Withnall <pwithnall endlessos org>
Date:   Sat Jan 30 22:13:37 2021 +0000

    docs: Add instructions for updating GitLab’s milestones and releases
    
    This must be done after releasing the tarball.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 RELEASE.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/RELEASE.md b/RELEASE.md
index 08a4f6dab..881de8192 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -65,8 +65,19 @@ scp meson-dist/*.tar.xz master.gnome.org:
 ssh master.gnome.org ftpadmin install gnome-software-*.tar.xz
 ```
 
-Post release version bump in `meson.build`
-```
+Add the release notes to GitLab and close the milestone:
+ - Go to https://gitlab.gnome.org/GNOME/gnome-software/-/tags/${new_version}/release/edit
+   and upload the release notes for the new release from the `NEWS` file
+ - Go to https://gitlab.gnome.org/GNOME/gnome-software/-/releases/${new_version}/edit
+   and link the milestone to it, then list the new release tarball and
+   `sha256sum` file in the ‘Release Assets’ section
+ - Go to https://gitlab.gnome.org/GNOME/gnome-software/-/milestones/${new_version}
+   and close it, as all issues and merge requests tagged for this release should
+   now be complete
+
+Post release version bump in `meson.build`:
+```
+# edit meson.build, then
 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]