Revision: 28755
          http://sourceforge.net/p/bibdesk/svn/28755
Author:   hofman
Date:     2024-02-17 10:30:14 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
add note to release notes in appcast

Modified Paths:
--------------
    trunk/bibdesk/build_release.py

Modified: trunk/bibdesk/build_release.py
===================================================================
--- trunk/bibdesk/build_release.py      2024-02-17 00:07:38 UTC (rev 28754)
+++ trunk/bibdesk/build_release.py      2024-02-17 10:30:14 UTC (rev 28755)
@@ -442,7 +442,7 @@
     
     relNotes = "\n<h1>Version " + newVersionString + "</h1>\n"
     if len(note) > 0:
-        "\n<p>\n<em><b>NOTE:</b> " + note + "</em>\n</p>\n"
+        relNotes += "\n<p>\n<em><b>NOTE:</b> " + note + "</em>\n</p>\n"
     if len(newFeatures) > 0:
         relNotes += "\n<h2>New Features</h2>\n<ul>\n"
         for item in newFeatures:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to