aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 14:33:30 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 14:33:30 -0300
commit4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e (patch)
treecb9026237a1495ef632fa54724d1281c2fc1c77b /sh
parentsh/templates/Makefile: Add dependencies to "dist" target (diff)
downloaddotfiles-4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e.tar.gz
dotfiles-4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e.tar.xz
sh/templates/aux/workflow/dist.sh: Remove unused variables
Diffstat (limited to 'sh')
-rwxr-xr-xsh/templates/aux/workflow/dist.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/sh/templates/aux/workflow/dist.sh b/sh/templates/aux/workflow/dist.sh
index 45f8d7ea..c061a04b 100755
--- a/sh/templates/aux/workflow/dist.sh
+++ b/sh/templates/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"