Skip to content

Commit dfb22e2

Browse files
committed
Change to put release.zip in the root of the repository. This is so that we can tar/gz the release directory in the future without having to exclude the zip file.
1 parent 947d94e commit dfb22e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
site/
88
pages/
99
release/
10+
release.zip

.travis/create_release_archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ cp -r LICENSE release/
1919
cp -r authors.md release/
2020
cp -r CONTRIBUTING.md release/
2121
cd release
22-
zip -r release.zip *
22+
zip -r ../release.zip *

0 commit comments

Comments
 (0)