diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-02 01:59:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-02 01:59:35 (EDT) |
commit | b53494e015be38d9a725ffea835e5a376c606b7a (patch) | |
tree | 1088d8848a528621f6f6e2da0d47aa2bfc6a2b84 | |
parent | 5c06c0c7bb7ac6c82368d510f1462ece2e61c62f (diff) |
build: Add Organization header to announcements
-rwxr-xr-x | scripts/announce-release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/announce-release.sh b/scripts/announce-release.sh index dee51c1..458baad 100755 --- a/scripts/announce-release.sh +++ b/scripts/announce-release.sh @@ -134,6 +134,7 @@ message="$({ cat | sed 's/=/=3D/g; s/ $/=20/; s/\t$/=09/;'; } <<-EOF Subject: ${package_name} ${version} released Message-ID: $(LC_ALL='POSIX' date \ '+%Y%m%d%H%M%S').${FROM_EMAIL} + Organization: Libiquity LLC MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="=-=-="; protocol="application/pgp-signature" |