summaryrefslogtreecommitdiffstats
path: root/release
blob: cf5997b122979063b3d5c22ce10d0692070cc9a7 (plain)
1
2
3
4
5
6
7
8
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