diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-26 19:20:37 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-26 19:20:37 -0700 |
commit | 4b48895841d1d4133f62c990fe2d55d7cab0c41d (patch) | |
tree | c341f88b73a4e8a0dd25edb36f6d84affc5d54a3 /releasing.txt | |
parent | a291fcb949570aa6ab01c9753e3b8e7e95a0532a (diff) | |
download | weston-4b48895841d1d4133f62c990fe2d55d7cab0c41d.tar.gz weston-4b48895841d1d4133f62c990fe2d55d7cab0c41d.tar.bz2 weston-4b48895841d1d4133f62c990fe2d55d7cab0c41d.zip |
releasing: Add vars for release name and number
Diffstat (limited to 'releasing.txt')
-rw-r--r-- | releasing.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/releasing.txt b/releasing.txt index 25a33d7b..a6c42242 100644 --- a/releasing.txt +++ b/releasing.txt @@ -11,8 +11,10 @@ To make a release of Weston and/or Wayland, follow these steps. configure.ac which typically need updated as well. Then commit your changes: + $ export RELEASE_NUMBER="x.y.z" + $ export RELEASE_NAME="[alpha|RC1|RC2|official|point]" $ git status - $ git commit configure.ac -m "configure.ac: bump to version x.y.z for the xxx release" + $ git commit configure.ac -m "configure.ac: bump to version $RELEASE_NUMBER for the $RELEASE_NAME release" $ git push 2. For Weston releases, install Xwayland, either from your distro or @@ -42,6 +44,8 @@ To make a release of Weston and/or Wayland, follow these steps. skip testsuite by specifying the --dist argument. Pass --help to see other supported options. + $ release.sh . + 4. Compose the release announcements. The script will generate *.x.y.0.announce files with a list of changes and tags, one for wayland, one for weston. Prepend these with a human-readable |