summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-01-30 19:10:12 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-01-30 19:10:12 -0800
commit7154c18d76b0e6a0de35d90c270b40287fe7bce4 (patch)
tree10d088a54b521f53a1051825ba36d47c6a8f1351
parent7ef3bed03cee03a746f739c30320a0599be1ea0c (diff)
downloadweston-7154c18d76b0e6a0de35d90c270b40287fe7bce4.tar.gz
releasing: Directions for updating the website
-rw-r--r--releasing.txt7
1 files changed, 6 insertions, 1 deletions
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