Skip to content

Commit

Permalink
make auto be default
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyarmir committed Feb 12, 2024
1 parent 612d312 commit 5769dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ elif git log -1 | grep -q "#minor"; then
BUMP_MODE="minor"
elif git log -1 | grep -q "#patch"; then
BUMP_MODE="patch"
elif [[ "${AUTO}" == "true" ]]; then
BUMP_MODE="${AUTO_MODE}"
else
BUMP_MODE="auto"
fi

if [ -f gradle.properties ] && grep -E -q "version=${CURRENT_VERSION}" gradle.properties; then
Expand Down

0 comments on commit 5769dd6

Please sign in to comment.