We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b145c commit 546c7a7Copy full SHA for 546c7a7
tools/release.sh
@@ -9,15 +9,15 @@
9
# Bill Kendrick <[email protected]>
10
# http://www.newbreedsoftware.com/firefight/
11
12
-# Last updated 2023-09-25
+# Last updated 2025-01-20
13
14
# Confirm that we've tagged with the same version
15
# number we're bulding it as. (Makefile "VERSION"
16
# matches most recent "git tag".) Use '-f' to force.
17
18
MAKE_VERSION=`grep "^VERSION=" Makefile | cut -d '=' -f 2`
19
README_VERSION=`grep "^### Version: " README.md | cut -d ' ' -f 3`
20
-TAG=`git tag | tail -1 | sed -e "s/[a-z]/\U&/g"`
+TAG=`git tag | tail -1 | sort -V | sed -e "s/[a-z]/\U&/g"`
21
echo "Version in Makefile: $MAKE_VERSION"
22
echo "Version in README.md: $README_VERSION"
23
echo "Latest git repo tag: $TAG"
0 commit comments