Skip to content

Commit 55d6e52

Browse files
committed
builder: Stage both HTML and PDF release notes.
It's more convenient to review release notes from a browser if they're in HTML format.
1 parent 535d1aa commit 55d6e52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

buildbot.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ dist-upload-files.txt sha1sum.txt:
228228
> dist-upload-files.txt; \
229229
if test "${UPLOAD_RELEASE_NOTES}" = "yes"; then \
230230
find . -maxdepth 1 -name 'LiveCodeNotes*.pdf' >> dist-upload-files.txt; \
231+
find . -maxdepth 1 -name 'LiveCodeNotes*.html' >> dist-upload-file; \
231232
fi; \
232233
if test "$(UPLOAD_ENABLE_CHECKSUM)" = "yes"; then \
233234
$(SHA1SUM) < dist-upload-files.txt > sha1sum.txt; \

0 commit comments

Comments
 (0)