release.sh: fix encoding and concatenating changelog

next
Michael Stapelberg 2015-04-16 09:20:43 +02:00
parent 25afa30f87
commit e382a8bbbb
1 changed files with 3 additions and 1 deletions

View File

@ -187,12 +187,14 @@ cat >email.txt <<EOT
From: Michael Stapelberg <michael@i3wm.org>
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