summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-08-16 14:00:05 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-08-16 14:00:05 -0700
commitcab7ed9fc8290d73cb5404ceb4a41ebdb8316017 (patch)
tree23b6e7120449a8aa286a0971229ba80980e16f0c
parentcb512c018e8db66574b4e0d1263c52a05267918c (diff)
releasing: Update release names
-rw-r--r--releasing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasing.txt b/releasing.txt
index d1d7318f..35ca3242 100644
--- a/releasing.txt
+++ b/releasing.txt
@@ -12,7 +12,7 @@ To make a release of Weston and/or Wayland, follow these steps.
your changes:
$ export RELEASE_NUMBER="x.y.z"
- $ export RELEASE_NAME="[alpha|RC1|RC2|official|point]"
+ $ export RELEASE_NAME="[alpha|beta|RC1|RC2|official|point]"
$ git status
$ git commit configure.ac -m "configure.ac: bump to version $RELEASE_NUMBER for the $RELEASE_NAME release"
$ git push