Skip to content

Commit

Permalink
git-version-gen: modify "TAG_PREFIX" content
Browse files Browse the repository at this point in the history
"TAG_PREFIX" contains the tag release prefix.
It was changed to "v" from "input-wacom-" in order to follow
the new release tag string.

Signed-off-by: Tatsunosuke Tobita <[email protected]>
  • Loading branch information
flying-elephant authored Feb 28, 2024
1 parent 1a29752 commit 7ada989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-version-gen
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DIRECTORY=$(basename "$(dirname "$(readlink -mn "$0")")")
DEF_VER="$DIRECTORY"
TAG_PREFIX="input-wacom-"
TAG_PREFIX="v"
LF='
'

Expand Down

0 comments on commit 7ada989

Please sign in to comment.