Browse Source

HOT-FIX: change option switches

pull/1937/head
Edward Ribeiro 7 years ago
parent
commit
95b0832d14
  1. 4
      release.sh

4
release.sh

@ -29,7 +29,7 @@ function commit_and_push {
} }
case "$1" in case "$1" in
--dryrun) --dry-run)
echo "Dry run" echo "Dry run"
bump_version bump_version
echo "done." echo "done."
@ -37,7 +37,7 @@ case "$1" in
exit 0 exit 0
;; ;;
--a) --publish)
echo "generating release" echo "generating release"
bump_version bump_version
commit_and_push commit_and_push

Loading…
Cancel
Save