diff options
Diffstat (limited to 'release')
-rwxr-xr-x | release | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ 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 ${src} ${ver}" -- changelog -ver="$(printf '%s' "${ver}" | tr '~' '.')" +ver="$(printf '%s' "${ver}" | tr ':' '_')" git tag "${src}/${ver}" HEAD |