]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(release): dracut --> dracut-ng for NEWS.md
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 13 Apr 2024 01:46:50 +0000 (21:46 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 15 Apr 2024 21:05:13 +0000 (17:05 -0400)
tools/release.sh

index d879b1d3c6f7e613097cb18bcd7d945dab5b8c16..bc3a523b8e636885e8df60dc24fa4f984b219dad 100755 (executable)
@@ -31,7 +31,7 @@ make AUTHORS
 cargo install clog-cli
 head -2 NEWS.md > NEWS_header.md
 tail +2 NEWS.md > NEWS_body.md
-printf "dracut-%s\n==========\n" "$NEW_VERSION" > NEWS_header_new.md
+printf "dracut-ng-%s\n=============\n" "$NEW_VERSION" > NEWS_header_new.md
 
 # Append the list to the section in `NEWS.md`
 cat CONTRIBUTORS.md NEWS_body.md > NEWS_body_with_conttributors.md