Skip to content

Commit

Permalink
update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
plaird committed Dec 17, 2020
1 parent 01f2495 commit bde6880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
#

RELEASE_VERSION=1.0.9

rm -rf bazel-*

TMPDIR=/tmp/bazel-springboot-rule-release
Expand All @@ -15,7 +17,7 @@ mv tools/python_interpreter/captive_python3 $TMPDIR
rm -rf tools/springboot/tests/__pycache__
rm -rf tools/springboot/__pycache__

jar -cvf bazel-springboot-rule-1.0.8.zip *
jar -cvf bazel-springboot-rule-${RELEASE_VERSION}.zip *

mv $TMPDIR/bin tools/python_interpreter
mv $TMPDIR/captive_python3 tools/python_interpreter

0 comments on commit bde6880

Please sign in to comment.