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 642b94a commit effbdfeCopy full SHA for effbdfe
infra/build/debianize.sh
@@ -4,7 +4,7 @@
4
5
# Set up the following variables based on your package
6
PACKAGENAME=shellunity
7
-VERSION=0.2.0
+VERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
8
BIN=bin
9
MANUALS="docs/man1"
10
DESCRIPTION="Framework de testes unitários em Shell Script"
0 commit comments