Skip to content

Commit

Permalink
Update release dummy script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Jul 14, 2019
1 parent f6027e1 commit 639f101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.sh
Expand Up @@ -7,10 +7,13 @@ exit 1
set -ex

echo "Bump the version in kibit-common/resources/jonase/kibit/VERSION to a release version before running this"
git tag $version
pushd kibit
lein deploy
popd
pushd lein-kibit
lein deploy
popd
echo "Bump the version in kibit-common to the next SNAPSHOT"
git push
git push --tags

0 comments on commit 639f101

Please sign in to comment.