aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/release.sh')
-rwxr-xr-xcontrib/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/release.sh b/contrib/release.sh
index fd91be46..21d3d028 100755
--- a/contrib/release.sh
+++ b/contrib/release.sh
@@ -28,7 +28,7 @@ changelog() {
echo "$title_prefix $kind"
echo
git log --reverse --format="$format" $prev_tag.. | \
- sed '/^$/d; s/[[:space:]]\+/ /; s/^/- /' | \
+ sed -E '/^$/d; s/[[:space:]]+/ /; s/^/- /' | \
$wrap
fi
done