diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-27 13:06:59 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-27 13:07:51 -0700 |
commit | bbdb2a9ba91f0b73544050187191787217d10423 (patch) | |
tree | 752db0167ec266778f478296cfb5325f10c281b4 | |
parent | f89ca8c79d98703830b3cac86a5c6b56de1ed350 (diff) | |
download | weston-bbdb2a9ba91f0b73544050187191787217d10423.tar.gz weston-bbdb2a9ba91f0b73544050187191787217d10423.tar.bz2 weston-bbdb2a9ba91f0b73544050187191787217d10423.zip |
releasing: Use version number variable
-rw-r--r-- | releasing.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/releasing.txt b/releasing.txt index df168a37..4ff8066b 100644 --- a/releasing.txt +++ b/releasing.txt @@ -68,21 +68,21 @@ To make a release of Weston and/or Wayland, follow these steps. Once satisfied: - $ git commit releases.html -m "Add x.y.z release" + $ git commit releases.html -m "Add ${RELEASE_NUMBER} release" $ git push $ rsync -avz * wayland.freedesktop.org:/srv/wayland.freedesktop.org/www/ 8. 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 -master for new development and lets new development move on. We've -done this both after the x.y.0 release (to focus development on bug -fixing for the x.y.1 release for a little longer) or before the x.y.0 -release (like we did with the 1.5.0 release, to unblock master -development early). +For x.y.0 releases, also create the release series 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 master for new development and lets new development move on. +We've done this both after the x.y.0 release (to focus development on +bug fixing for the x.y.1 release for a little longer) or before the +x.y.0 release (like we did with the 1.5.0 release, to unblock master +development early). $ git branch x.y $ git push origin x.y |