[Xcb-commit] ReleasingXcb.mdwn
XCB site
xcb at freedesktop.org
Wed Oct 29 16:05:12 PDT 2008
ReleasingXcb.mdwn | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
New commits:
commit 97f5e609a46443c6340600de42322a445aab6f10
Author: XCB site <xcb at freedesktop.org>
Date: Wed Oct 29 16:05:11 2008 -0700
web commit by josh: Fix list formatting.
diff --git a/ReleasingXcb.mdwn b/ReleasingXcb.mdwn
index 805b1b8..9998447 100644
--- a/ReleasingXcb.mdwn
+++ b/ReleasingXcb.mdwn
@@ -2,39 +2,39 @@
(based on cairo's release process) (requires the maintainer to have a gpg key to sign the tag)
-1\. git-pull, no local changes (git diff HEAD is empty), master branch
+1. git-pull, no local changes (git diff HEAD is empty), master branch
-2\. README (if not already present)
+2. README (if not already present)
-3\. NEWS (hint: use git-log --pretty=short <last version>.. | git-shortlog)
+3. NEWS (hint: use git-log --pretty=short <last version>.. | git-shortlog)
-4\. Bump the package version in the top-level configure.ac
+4. Bump the package version in the top-level configure.ac
-5\. Commit changed README, NEWS, and configure.ac ("Release <name> <version>")
+5. Commit changed README, NEWS, and configure.ac ("Release <name> <version>")
-6\. autoreconf -vfi && ./configure && make distcheck
+6. autoreconf -vfi && ./configure && make distcheck
-7\. Tag the repository (git-tag -s -m "Release <name> <version>" <version>)
+7. Tag the repository (git-tag -s -m "Release <name> <version>" <version>)
-- verify with git-verify-tag <version>
+ - verify with git-verify-tag <version>
-8\. Compose the release mail (but don't send yet!)
+8. Compose the release mail (but don't send yet!)
-- template off of last release mail
- - replace version, README, NEWS
- - git tag and keysign
- - MD5 & SHA1 checksums + URL's of tarballs (md5sum, sha1sum)
- - note names of releasers
+ - template off of last release mail
+ - replace version, README, NEWS
+ - git tag and keysign
+ - MD5 & SHA1 checksums + URL's of tarballs (md5sum, sha1sum)
+ - note names of releasers
-9\. Push the tag and copy the .gz and .bz2 tarballs to xcb.freedesktop.org/dist
+9. Push the tag and copy the .gz and .bz2 tarballs to xcb.freedesktop.org/dist
-- git-push origin <version> && git-push origin
-- xcb.freedesktop.org:/srv/xcb.freedesktop.org/www/dist/
+ - git-push origin <version> && git-push origin
+ - xcb.freedesktop.org:/srv/xcb.freedesktop.org/www/dist/
-10\. Send the release mail to xorg and xcb lists
+10. Send the release mail to xorg and xcb lists
-- Subject: [ANNOUNCE] <name> <version>
+ - Subject: [ANNOUNCE] <name> <version>
-11\. Update the xcb wiki (main page, if necessary)
+11. Update the xcb wiki (main page, if necessary)
-12\. Bug Jamey to release a Debian package
+12. Bug Jamey to release a Debian package
More information about the xcb-commit
mailing list