From 7154c18d76b0e6a0de35d90c270b40287fe7bce4 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Fri, 30 Jan 2015 19:10:12 -0800 Subject: releasing: Directions for updating the website --- releasing.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/releasing.txt b/releasing.txt index 4f4174b0..ce94ed2d 100644 --- a/releasing.txt +++ b/releasing.txt @@ -35,10 +35,15 @@ To make a release of Weston and/or Wayland, follow these steps. http://lists.freedesktop.org/archives/wayland-devel/ 6. Update releases.html in wayland-web with links to tarballs and - the release email URL + the release email URL. + + $ git commit releases.html -m "Add x.y.z release" + $ git push + $ rsync -avz * wayland.freedesktop.org:/srv/wayland.freedesktop.org/www/ 7. Update topic in #wayland to point to the release announcement URL + For x.y.0 releases, also create the x.y branch. The x.y branch is for bug fixes and conservative changes to the x.y.0 release, and is where we release x.y.z releases from. Creating the x.y branch opens up -- cgit v1.2.1