diff options
Diffstat (limited to 'release')
-rwxr-xr-x | release | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |