releasing: Add vars for release name and number
This commit is contained in:
+5
-1
@@ -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
|
configure.ac which typically need updated as well. Then commit
|
||||||
your changes:
|
your changes:
|
||||||
|
|
||||||
|
$ export RELEASE_NUMBER="x.y.z"
|
||||||
|
$ export RELEASE_NAME="[alpha|RC1|RC2|official|point]"
|
||||||
$ git status
|
$ 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
|
$ git push
|
||||||
|
|
||||||
2. For Weston releases, install Xwayland, either from your distro or
|
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
|
skip testsuite by specifying the --dist argument. Pass --help to
|
||||||
see other supported options.
|
see other supported options.
|
||||||
|
|
||||||
|
$ release.sh .
|
||||||
|
|
||||||
4. Compose the release announcements. The script will generate
|
4. Compose the release announcements. The script will generate
|
||||||
*.x.y.0.announce files with a list of changes and tags, one for
|
*.x.y.0.announce files with a list of changes and tags, one for
|
||||||
wayland, one for weston. Prepend these with a human-readable
|
wayland, one for weston. Prepend these with a human-readable
|
||||||
|
|||||||
Reference in New Issue
Block a user