Skip to content

Commit effbdfe

Browse files
committed
[chore](debianize): Generate the right debian version
1 parent 642b94a commit effbdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/build/debianize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Set up the following variables based on your package
66
PACKAGENAME=shellunity
7-
VERSION=0.2.0
7+
VERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
88
BIN=bin
99
MANUALS="docs/man1"
1010
DESCRIPTION="Framework de testes unitários em Shell Script"

0 commit comments

Comments
 (0)