Skip to content

Commit c8b8cd4

Browse files
committed
Add ChangeLog to binary deployment
1 parent 2de9373 commit c8b8cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cp -a build/install "package/${VERSION}"
1818
cp -a Examples "package/${VERSION}"
1919
cp -a Python "package/${VERSION}"
2020
cp conda_installs.sh package/${VERSION}
21+
cp ChangeLog package/${VERSION}
2122
cp PACKAGE_README.txt package/${VERSION}/README.txt
2223
cd "package/${VERSION}"
2324
rm bin/h5cc bin/h5c++ bin/itkTestDriver

0 commit comments

Comments
 (0)