summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-05-24 12:34:44 -0700
committerBryce Harrington <bryce@osg.samsung.com>2016-05-24 12:34:44 -0700
commitf89cd51e0cbd9a6ffe29aae6b3c6844d7ecc5321 (patch)
tree0920d28e00d4f5c5b30a99299fa2ef0eb7d7dc7a
parent46f1f0516cfdd9e0bb99aa7e0545f6ef1dc64bd6 (diff)
downloadweston-f89cd51e0cbd9a6ffe29aae6b3c6844d7ecc5321.tar.gz
releasing: Update release docs in regards to the wayland versioned dependency
-rw-r--r--releasing.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/releasing.txt b/releasing.txt
index 131ff31d..f629c86a 100644
--- a/releasing.txt
+++ b/releasing.txt
@@ -5,15 +5,12 @@ To make a release of Weston and/or Wayland, follow these steps.
$ make check
- 1. Verify that the wayland-protocols version dependency is correct,
- and that wayland-protocols has had a release with any needed
- protocol updates.
+ 1. For Weston, verify that the wayland and wayland-protocols version
+ dependencies are correct, and that wayland-protocols has had a
+ release with any needed protocol updates.
2. Update the first three lines of configure.ac to the intended
- version, commit. Also note that Weston includes versioned
- dependencies on 'wayland-server' and 'wayland-client' in
- configure.ac which occasionally need updated as well. Then commit
- your changes:
+ version, commit. Then commit your changes:
$ export RELEASE_NUMBER="x.y.z"
$ export RELEASE_NAME="[alpha|beta|RC1|RC2|official|point]"