Skip to content

Commit 2fa22d0

Browse files
committed
create-release.sh: Create README.html for igor exchange
1 parent 5c1e7f8 commit 2fa22d0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
html
2+
README.html

create-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ cd releases && zip -m -z -q -r $zipFile $basename/* < ../internalVersion && cd .
2929
rmdir $folder
3030
rm internalVersion
3131

32+
# for igor exchange
33+
pandoc README.md -t html > README.html

0 commit comments

Comments
 (0)