We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f47693 commit 994b874Copy full SHA for 994b874
1 file changed
Makefile
@@ -14,7 +14,7 @@ release: test
14
# Update source files and commit
15
echo 'Creating release commit...'
16
git grep --cached -z -l '' | xargs -0 sed -E -i '' -e \
17
- "s@( rev: | entry: $(_IMAGE_NAME):)$$(git tag | tail -1)@\1${V}@g"
+ "s@( rev: | entry: $(_IMAGE_NAME):)$$(git tag | sort -V | tail -1)@\1${V}@g"
18
git add -A
19
git commit -m "Release ${V}" -n
20
0 commit comments