diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | RELEASING | 22 |
2 files changed, 13 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 77c9d616..2cf692d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,7 +114,7 @@ release-publish-message: $(sha1_tgz) $(md5_tgz) $(sha1_tbz2) $(md5_tbz2) ensure- @echo "" @echo "GPG signature:" @echo " $(RELEASE_CAIRO_URL)/$(gpg_file)" - @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)" + @echo " (signed by `git config --get user.name` <`git config --get user.email`>)" @echo "" @echo "Git:" @echo " git://git.freedesktop.org/git/pixman" @@ -37,16 +37,7 @@ Here are the steps to follow to create a new pixman release: make GPGKEY=<your gpg key id> release-publish -7) Increment pixman_micro to the next larger (odd) number in - configure.ac. Commit this change, and push all commits created - during this process using - - git push --tags - - You must use "--tags" here; otherwise the new tag will not - be pushed out. This is because technobable. - -8) Run +6) Run make release-publish-message @@ -58,3 +49,14 @@ Here are the steps to follow to create a new pixman release: and xorg-announce@lists.freedesktop.org + + +7) Increment pixman_micro to the next larger (odd) number in + configure.ac. Commit this change, and push all commits created + during this process using + + git push --tags + + You must use "--tags" here; otherwise the new tag will not + be pushed out. This is because technobabble. + |