aboutsummaryrefslogtreecommitdiff
path: root/maintainers
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-05-15 12:46:17 -0700
committerJade Lovelace <lix@jade.fyi>2024-05-15 14:33:35 -0700
commit2a7b3d7c94e266ef1b48d10ccbb023b1bf646424 (patch)
tree6e5da2ca51a2fbb6a021200952e520331bdff948 /maintainers
parentc8329e56679307f2142d711946d96364df1316d3 (diff)
build-release-notes: add change author metadata and use it
Change-Id: I6f5fb54f70b02a467bbdee4c526f59da1193f7db
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/release-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/release-notes b/maintainers/release-notes
index 477df31f1..51864cbc2 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
- build-release-notes doc/manual/rl-next
+ build-release-notes --change-authors doc/manual/change-authors.yml doc/manual/rl-next
) | tee -a $file
log "Wrote $file"