Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jul 19, 2018
1 parent 23f504d commit 2e81296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ case "$command" in
git tag $releaseTag

# deploy release
mvn -Pbuildsupport-release clean deploy
mvn -Prelease clean deploy

# update to next version
self change-version "$nextVersion"
git commit -a -m "update version: $nextVersion"

# TODO: push origin (branch + tag)
;;

*)
Expand Down

0 comments on commit 2e81296

Please sign in to comment.