aboutsummaryrefslogtreecommitdiff
path: root/maintainers/release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'maintainers/release-notes')
-rwxr-xr-xmaintainers/release-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/release-notes b/maintainers/release-notes
index 34cd85a56..c7a4e5074 100755
--- a/maintainers/release-notes
+++ b/maintainers/release-notes
@@ -152,7 +152,7 @@ section_title="Release $version_full ($DATE)"
# TODO add minor number, and append?
echo "# $section_title"
echo
- changelog-d doc/manual/rl-next | sed -e 's/ *$//'
+ build-release-notes doc/manual/rl-next
) | tee -a $file
log "Wrote $file"