LP#1482336: use *.adoc as extension for extant release notes
authorGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 17:10:43 +0000 (17:10 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 17:15:27 +0000 (17:15 +0000)
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 <gmc@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt [deleted file]
docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt [deleted file]
docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt [deleted file]
docs/RELEASE_NOTES_NEXT/create_release_notes.sh

diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc b/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.adoc
new file mode 100644 (file)
index 0000000..4602acf
--- /dev/null
@@ -0,0 +1,9 @@
+PO Actions Selector Always Visible
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The actions selector is now always visible in the purchase order view,
+even when no lineitems exist.  With this, users can print PO's that
+only contain direct charges.
+
+The custom "Add Brief Record" button is no longer present, since the
+same action is accessible via the now-visible selector.
diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt b/docs/RELEASE_NOTES_NEXT/Acquisitions/po-actions-selector.txt
deleted file mode 100644 (file)
index 4602acf..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-PO Actions Selector Always Visible
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-The actions selector is now always visible in the purchase order view,
-even when no lineitems exist.  With this, users can print PO's that
-only contain direct charges.
-
-The custom "Add Brief Record" button is no longer present, since the
-same action is accessible via the now-visible selector.
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.adoc
new file mode 100644 (file)
index 0000000..beb174a
--- /dev/null
@@ -0,0 +1,11 @@
+Include parts label when sorting copies in the public catalog
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The list of copies on the record details page now includes
+the part label in the default sort order.
+
+Specifically, copies are now sorted by (in order), org unit, then
+call number, then part label sortkey, then copy number, and
+finally barcode.
+
+Previously, the hierarchy was org unit, then call number,
+then copy number, and finally barcode
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt b/docs/RELEASE_NOTES_NEXT/OPAC/Adjust_copy_sort_order.txt
deleted file mode 100644 (file)
index beb174a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Include parts label when sorting copies in the public catalog
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The list of copies on the record details page now includes
-the part label in the default sort order.
-
-Specifically, copies are now sorted by (in order), org unit, then
-call number, then part label sortkey, then copy number, and
-finally barcode.
-
-Previously, the hierarchy was org unit, then call number,
-then copy number, and finally barcode
diff --git a/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc b/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.adoc
new file mode 100644 (file)
index 0000000..63cdf93
--- /dev/null
@@ -0,0 +1,18 @@
+Feature Title
+^^^^^^^^^^^^^
+Some text describing the feature. Blah blah blah blah blah blah blah blah
+blah blah blah.
+
+ * bullet
+  ** item 1
+  ** item 2
+ * list
+
+Subsection title
++++++++++++++++++++
+Subsection description, perhaps listing permissions needed, etc.
+
+  * thing 1
+  * thing 2
+  * thing 3
+
diff --git a/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt b/docs/RELEASE_NOTES_NEXT/RELEASE_NOTE_TEMPLATE.txt
deleted file mode 100644 (file)
index 63cdf93..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Feature Title
-^^^^^^^^^^^^^
-Some text describing the feature. Blah blah blah blah blah blah blah blah
-blah blah blah.
-
- * bullet
-  ** item 1
-  ** item 2
- * list
-
-Subsection title
-+++++++++++++++++++
-Subsection description, perhaps listing permissions needed, etc.
-
-  * thing 1
-  * thing 2
-  * thing 3
-
index 120dc2f..151dc19 100755 (executable)
@@ -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