diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-12 14:33:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-12 14:33:30 -0300 |
| commit | 4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e (patch) | |
| tree | cb9026237a1495ef632fa54724d1281c2fc1c77b /sh | |
| parent | sh/templates/Makefile: Add dependencies to "dist" target (diff) | |
| download | dotfiles-4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e.tar.gz dotfiles-4538a6875e86c2fd2bce55a3ac7c896a0e8aed8e.tar.xz | |
sh/templates/aux/workflow/dist.sh: Remove unused variables
Diffstat (limited to 'sh')
| -rwxr-xr-x | sh/templates/aux/workflow/dist.sh | 3 |
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" |
