Releasing XCB Modules
(based on cairo's release process) (requires the maintainer to have a gpg key to sign the tag)
Update README
Update NEWS
git shortlog <last version>..- Skip any fixes to bugs that didn't exist in the last release
- Skip any typos or similar cosmetic changes
Bump the package version in the top-level configure.ac
Commit changed README, NEWS, and configure.ac
git commit -m "Release <name> <version>"
check that all your changes are committed
git statusmust not show any uncommitted files and you must be on themasterbranchgit diff HEADmust not show anything
autoreconf -vfi && ./configure && make distcheckTag the repository
git tag -s -m "Release <name> <version>" <version>- verify with
git verify-tag <version>
Compose the release mail (but don't send yet!)
- template off of last release mail
- replace version, README, NEWS
- git tag and keysign
- MD5 and SHA1 checksums + URL's of tarballs (md5sum, sha1sum)
- note names of releasers
- template off of last release mail
Push the master branch and the tag with
git push origin master <version>Copy the .gz and .bz2 tarballs to xcb.freedesktop.org:/srv/xcb.freedesktop.org/www/dist/ so they show up at http://xcb.freedesktop.org/dist/
Send the release mail to xorg and xcb lists
- Subject:
[ANNOUNCE] <name> <version> - To: xcb@lists.freedesktop.org, xorg-announce@lists.freedesktop.org, xorg@lists.freedesktop.org
- don't forget to GPG-sign the email
- Subject:
Update the xcb wiki (main page, if necessary)
Bug Jamey Sharp and/or Julien Danjou to release a Debian package