aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-11 22:33:32 -0300
committerEuAndreh <eu@euandre.org>2021-06-11 22:33:32 -0300
commitf6ac2e57d5eac8aa935156a37e7defb4836a950b (patch)
tree8573335fc915cc12b99a6d9df34712e12d65cf6a /aux/workflow
parentmv cron/{backup => run-local-backup}.sh; add scripts/backup symlink (diff)
downloaddotfiles-f6ac2e57d5eac8aa935156a37e7defb4836a950b.tar.gz
dotfiles-f6ac2e57d5eac8aa935156a37e7defb4836a950b.tar.xz
aux/workflow/dist.sh: Remove unused variables
Diffstat (limited to 'aux/workflow')
-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 45f8d7ea..c061a04b 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"