Skip to content

Commit

Permalink
Merge pull request #4538 from unisonweb/aryairani-patch-4
Browse files Browse the repository at this point in the history
don't call M<K><n> releases the latest
  • Loading branch information
mergify[bot] authored Jan 5, 2024
2 parents cd4408a + 9483d51 commit a2c4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ usage() {
echo "E.g."
echo "$0 M4a"
echo ""
echo "The latest release is: $(git tag --list 'release/*' | sort -r | head -n 1 | sed 's/release\///')"
echo "I think the latest release is: $(git tag --list 'release/*' | grep -v M | sort -rV | head -n 1 | sed 's/release\///')"
}

if [[ -z "$1" ]] ; then
Expand Down

0 comments on commit a2c4a5a

Please sign in to comment.