From: Michael Stapelberg Date: Thu, 16 Apr 2015 07:20:43 +0000 (+0200) Subject: release.sh: fix encoding and concatenating changelog X-Git-Tag: 4.11~134 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=e382a8bbbb103e1cc9e9dfc623147d8b98258fcf release.sh: fix encoding and concatenating changelog --- diff --git a/release.sh b/release.sh index c829f671..bf499009 100755 --- a/release.sh +++ b/release.sh @@ -187,12 +187,14 @@ cat >email.txt < To: i3-announce@i3.zekjur.net Subject: i3 v${RELEASE_VERSION} released +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit Hi, I just released i3 v${RELEASE_VERSION}. Release notes follow: EOT -cat ${TMPDIR}/i3/RELEASE-NOTES-${RELEASE_VERSION}.txt >>email.txt +cat ${TMPDIR}/i3/RELEASE-NOTES-${RELEASE_VERSION} >>email.txt ################################################################################ # Section 5: final push instructions