summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2013-09-14 16:30:02 -0700
committerxcb <iki-xcb@freedesktop.org>2013-09-14 16:30:02 -0700
commit0e1daf6ebc26c56ab4c2be333900fdeb668784dd (patch)
treef66f3e07831cad4580d21080c1328df1d1d28a5c
parent43203d7f7549010fbd111c77c62c0024c9ffb539 (diff)
Add link to X.Org release.sh script, add sha256sum to release email
-rw-r--r--ReleasingXcb.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/ReleasingXcb.mdwn b/ReleasingXcb.mdwn
index 07286d2..2cff810 100644
--- a/ReleasingXcb.mdwn
+++ b/ReleasingXcb.mdwn
@@ -2,6 +2,8 @@
(based on cairo's release process) (requires the maintainer to have a gpg key to sign the tag)
+<i>Note that many of these steps can be automated by the [[X.Org `release.sh` script|http://www.x.org/wiki/Development/Documentation/ReleaseHOWTO/]] now.</i>
+
1. Update README
1. Update NEWS
@@ -34,16 +36,16 @@
- template off of last release mail
- replace version, README, NEWS
- git tag and keysign
- - MD5 and SHA1 checksums + URL's of tarballs (md5sum, sha1sum)
+ - MD5, SHA1, and SHA256 checksums + URL's of tarballs (`md5sum`, `sha1sum`, `sha256sum`)
- note names of releasers
1. Push the master branch and the tag with `git push origin master <version>`
1. Copy the .gz and .bz2 tarballs to
- xcb.freedesktop.org:/srv/xcb.freedesktop.org/dist/ so they show up at
+ `xcb.freedesktop.org:/srv/xcb.freedesktop.org/dist/` so they show up at
<http://xcb.freedesktop.org/dist/>
-1. For libxcb, upload the doxygen generated docs from your build to xcb.freedesktop.org:/srv/xcb.freedesktop.org/manual so they show up at <http://xcb.freedesktop.org/manual/>
+1. For libxcb, upload the doxygen generated docs from your build to `xcb.freedesktop.org:/srv/xcb.freedesktop.org/manual` so they show up at <http://xcb.freedesktop.org/manual/>
1. Send the release mail to xorg and xcb lists