From adb63b4a03e5c48a99642a7d9f205583780a77ff Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 4 Nov 2015 17:10:43 +0000 Subject: [PATCH] LP#1482336: use *.adoc as extension for extant release notes Note that for any pending branches that already have release notes, the *.txt extension will still be recognized. This patch also adjusts the release notes script to account for the new name of the template file. Signed-off-by: Galen Charlton Signed-off-by: Galen Charlton --- .../Acquisitions/{po-actions-selector.txt => po-actions-selector.adoc} | 0 .../OPAC/{Adjust_copy_sort_order.txt => Adjust_copy_sort_order.adoc} | 0 .../{RELEASE_NOTE_TEMPLATE.txt => RELEASE_NOTE_TEMPLATE.adoc} | 0 docs/RELEASE_NOTES_NEXT/create_release_notes.sh | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename docs/RELEASE_NOTES_NEXT/Acquisitions/{po-actions-selector.txt => po-actions-selector.adoc} (100%) rename docs/RELEASE_NOTES_NEXT/OPAC/{Adjust_copy_sort_order.txt => Adjust_copy_sort_order.adoc} (100%) rename docs/RELEASE_NOTES_NEXT/{RELEASE_NOTE_TEMPLATE.txt => RELEASE_NOTE_TEMPLATE.adoc} (100%) diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt b/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc similarity index 100% rename from docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt rename to docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt b/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc similarity index 100% rename from docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt rename to docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc diff --git a/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt b/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc similarity index 100% rename from docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt rename to docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc diff --git a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh index 120dc2ffd3..151dc19fe5 100755 --- a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh +++ b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh @@ -50,7 +50,7 @@ for i in `ls -l|grep ^d|awk '{print $9}'`; do fi done -files=$(ls *{txt,adoc} 2>/dev/null | grep -v 'RELEASE_NOTE_TEMPLATE.txt') +files=$(ls *{txt,adoc} 2>/dev/null | grep -v 'RELEASE_NOTE_TEMPLATE.adoc') if [ "_$files" != "_" ]; then echo >> $outfile echo Miscellaneous >> $outfile -- 2.11.0