Skip to content

Commit

Permalink
release updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Apr 9, 2020
1 parent 1479948 commit 78048b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cd "${BASH_SOURCE%/*}/" || exit
cd ../../country-levels-export

cp ../country-levels/docs/export_readme.md README.md
echo '{"name": "country-levels","version": "1.0.0"}' > package.json

rm -rf release

Expand All @@ -15,7 +16,6 @@ do
cp *.md release/q$i
cp -R geojson/q$i/. release/q$i/geojson
cd release/q$i || exit
echo '{"name": "country-levels","version": "1.0.0"}' > package.json
tar -czvf ../export_q$i.tgz .
cd ../..
rm -rf release/q$i
Expand Down

0 comments on commit 78048b9

Please sign in to comment.