Skip to content

Commit

Permalink
Update release notes, convert script to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Dec 1, 2020
1 parent a192292 commit 7fbd342
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ ADUVC requires libusb, libuvc, epics-base, epics-modules, ADCore, and ADSupport.
Release Notes
=============


R1-6 (1-December-2020)
----
* Features Added
* `libuvc` now builds via the EPICS build system


R1-5 (29-October-2020)
----
* Features Added
Expand Down
7 changes: 7 additions & 0 deletions docs/ADUVC/ADUVC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ Release Notes
.. rubric:: Release Notes
:name: release-notes-1

.. rubric:: R1-6 (1-December-2020)
:name: r1-6-1-december-2020

- Features Added

- libuvc now builds via the EPICS build system

.. rubric:: R1-5 (29-October-2020)
:name: r1-5-29-october-2020

Expand Down
10 changes: 8 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@ <h4>Usage:</h4>
<h4>Release Notes:</h4>
<div class="text-section-local">
<!--RELEASE START-->

<h1>Release Notes</h1>
<h4>R1-6 (1-December-2020)</h4>
<ul>
<li>Features Added<ul>
<li><code>libuvc</code> now builds via the EPICS build system</li>
</ul>
</li>
</ul>
<h4>R1-5 (29-October-2020)</h4>
<ul>
<li>
Expand Down Expand Up @@ -231,7 +237,7 @@ <h4>R0-1 (Beta) (5-November-2018)</h4>
<li>No custom screens (uses ADBase screen)</li>
</ul>
</li>
</ul></ul> <!--RELEASE END-->
</ul></ul></ul> <!--RELEASE END-->
</div>
<hr />
<h4>Issues and pull requests:</h4>
Expand Down
4 changes: 2 additions & 2 deletions docs/scripts/updateReleaseNotes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# Created on: January 10, 2019
#

python -m markdown ../../RELEASE.md > output.html
python insertMarkdown.py
python3 -m markdown ../../RELEASE.md > output.html
python3 insertMarkdown.py

0 comments on commit 7fbd342

Please sign in to comment.