summaryrefslogtreecommitdiffstats
path: root/scripts/changelog2news.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/changelog2news.sh')
-rwxr-xr-xscripts/changelog2news.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/changelog2news.sh b/scripts/changelog2news.sh
index 2716de3..2f5ab6e 100755
--- a/scripts/changelog2news.sh
+++ b/scripts/changelog2news.sh
@@ -9,8 +9,9 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
-script='s/^\(.*\) (\(.*\))$/OPK Build Helper Tools version \1\n\n'
+script='s/^\(.*\) (\(.*\))$/opkhelper version \1\n\n'
script="${script}"'Released: \2\n\nChanges in this release:/'
-sed "${script}" "${1}" | sed -n '/^OPK /{p; s/./-/gp; n;}; /^OPK /!p' | \
+sed "${script}" "${1}" | \
+ sed -n '/^opkhelper /{p; s/./-/gp; n;}; /^opkhelper /!p' | \
grep -v '^ \['