Skip to content

Commit

Permalink
Ensure release can be done from clean work tree
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Aug 9, 2015
1 parent 273dcb9 commit 6c7de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rm -rf $HOME/.lein/self-installs/leiningen-$RELEASE_VERSION-standalone.jar
LEIN_ROOT=$PWD

cd leiningen-core
lein-stable do clean, install
lein-stable do clean, bootstrap
cd ..

bin/lein uberjar
Expand Down

0 comments on commit 6c7de27

Please sign in to comment.