From cab7ed9fc8290d73cb5404ceb4a41ebdb8316017 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sun, 16 Aug 2015 14:00:05 -0700 Subject: [PATCH] releasing: Update release names --- releasing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing.txt b/releasing.txt index d1d7318fb..35ca3242e 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