From 12158de7b14b8a05cfaab6c0b9e8bed52e50c8a9 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 7 May 2012 11:44:38 +0300 Subject: make_a_release.sh: suggest announcement e-mail The 'make_a_release.sh' script appears to be extremely useful - I do not forget things as I used to anymore (amending Makefile, signing, uploading to the FTP server, etc). It is very useful that it suggest me exact commands which I may just copy-past to my command line. This patch improves the script and makes it suggest the e-mail announcement which I may just copy-paste to my command line and the announcement will be sent using 'git send-email' command. It will include all the interested parties in CC. Signed-off-by: Artem Bityutskiy --- make_a_release.sh | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'make_a_release.sh') diff --git a/make_a_release.sh b/make_a_release.sh index 460335b..44d67cc 100755 --- a/make_a_release.sh +++ b/make_a_release.sh @@ -57,10 +57,42 @@ git archive --format=tar --prefix="$release_name/" "$tag_name" | \ echo "Signing the tarball" gpg -o "$outdir/$release_name.tar.bz2.asc" --detach-sign -a "$outdir/$release_name.tar.bz2" -cat < \$mtd_tmpfile <' --cc 'Peter Korsgaard (buildroot) ' --cc 'Josh Boyer (Fedora) ' --cc 'Riku Voipio (Debian) ' \$mtd_tmpfile + +rm \$mtd_tmpfile +------------------------------------------------------------------------------ +EOF1 -- cgit v1.2.3