Skip to content

Commit

Permalink
tools/git-version-gen: accept -start in version (as -rc)
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Feb 18, 2025
1 parent 0a7dfc3 commit 8adc11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git-version-gen
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ then
v=`echo "$v" | sed 's/-g/-/'`;

case $v in
*-rc*)
*-rc* | *-start*)
;;
*)
# Change the first '-' to a '.', so version-comparing tools work properly.
Expand Down

0 comments on commit 8adc11f

Please sign in to comment.