summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 10:41:45 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 10:41:45 (EDT)
commit3f12da8690358fee8a88faea31239ce47ab6018b (patch)
treee9a5bbce7edc2380d3c59c329451493b98648539 /release
parentc81fb33f763abc02831f0440572d721eb76d9ab2 (diff)
release: New script
Diffstat (limited to 'release')
-rwxr-xr-xrelease9
1 files changed, 9 insertions, 0 deletions
diff --git a/release b/release
new file mode 100755
index 0000000..cf5997b
--- /dev/null
+++ b/release
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -eu
+
+sed '/^ -- .* /{ s/^\( -- .* \).*$/\1'"$(LC_ALL='POSIX' date \
+ '+%a, %d %b %Y %H:%M:%S %z')"'/; :l; n; b l; };' changelog >changelog~
+mv changelog~ changelog
+git commit -m "changelog: Release $(sed '1s/^\(.*\) (\(.*\)) .*$/\1 \2/; q;' \
+ changelog)" -- changelog