Skip to content

Commit

Permalink
fix: remove hardcoded patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Feb 11, 2025
1 parent 2b7ae5a commit 44d33c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-scripts/next-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail
# Checks the latest version of Snyk CLI on npm and decides the next version.
# Only output the next version to stdout. All other output should go to stderr.

NEXT_VERSION="$(convco version --bump --patch)"
NEXT_VERSION="$(convco version --bump)"
CURRENT_TAG="$(git describe --tags `git rev-list --tags --max-count=1`)"
RELEASE_CHANNEL="$($(dirname "$0")/determine-release-channel.sh)"

Expand Down

0 comments on commit 44d33c5

Please sign in to comment.