aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/dist.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-11 20:06:24 -0300
committerEuAndreh <eu@euandre.org>2021-06-11 20:06:24 -0300
commit6d47e7c6cdd29739db604fe9b776f9849296d8cd (patch)
treefecd372d0e1d050435cb3138b032d40e363c63f4 /aux/workflow/dist.sh
parenttests/ranking.sh: Move $LANG configuration to inside of the test file (diff)
downloadremembering-6d47e7c6cdd29739db604fe9b776f9849296d8cd.tar.gz
remembering-6d47e7c6cdd29739db604fe9b776f9849296d8cd.tar.xz
aux/workflow/dist.sh: Remove unused variables
Diffstat (limited to '')
-rwxr-xr-xaux/workflow/dist.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh
index 45f8d7e..c061a04 100755
--- a/aux/workflow/dist.sh
+++ b/aux/workflow/dist.sh
@@ -2,7 +2,6 @@
set -eu
DATE="$1"
-VERSION="$2"
VVERSION="v$2"
PROJECT="$3"
@@ -21,7 +20,7 @@ if [ "Release $VVERSION" != "$(git log --format=%B -1 HEAD | head -n1)" ]; then
exit 1
fi
-sh aux/workflow/assert-changelog.sh "$DATE" "$VERSION" "$PROJECT"
+sh aux/workflow/assert-changelog.sh "$PROJECT"
git tag "$VVERSION"