summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 15:19:33 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-30 15:42:02 (EDT)
commit400015f120430f09fa9c3732b48ced1fa73c1930 (patch)
tree0cfc641d50585b469f9f2e219ac3eac745d73e49
parent3f12da8690358fee8a88faea31239ce47ab6018b (diff)
release: Tag release commit
-rwxr-xr-xrelease8
1 files changed, 6 insertions, 2 deletions
diff --git a/release b/release
index cf5997b..871cb4a 100755
--- a/release
+++ b/release
@@ -2,8 +2,12 @@
set -eu
+read src ver <<-EOF
+ $(sed '1s/^\(.*\) (\(.*\)) .*$/\1 \2/; q;' changelog)
+ EOF
+
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
+git commit -m "changelog: Release ${src} ${ver}" -- changelog
+git tag "${src}/${ver}" HEAD