Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed May 27, 2019
1 parent 35daabd commit 7f48f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -10,7 +10,7 @@ version=$(grep -m1 version elm.json | awk -F: '{ print $2 }' | sed 's/[", ]//g')
git commit -a -m "Bump to $version"
git push

cleanup="examples gh-pages.sh tests release.sh src/Fixtures"
cleanup=".travis.yml examples elm-physics.gif gh-pages.sh tests benchmarks release.sh src/Fixtures"
last_commit=$(git rev-parse HEAD)

git clone --reference . git@github.com:w0rm/elm-physics.git release
Expand Down

0 comments on commit 7f48f12

Please sign in to comment.