diff options
author | EuAndreh <eu@euandre.org> | 2021-02-28 16:14:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-28 16:14:48 -0300 |
commit | 0202c2da6f938a92210b20b7ffecac35aa01ea0e (patch) | |
tree | a4dd8339d42401aa97df5644dea64b91825497e4 /aux/workflow/dist.sh | |
parent | Add sharedc package, latest version (diff) | |
download | package-repository-0202c2da6f938a92210b20b7ffecac35aa01ea0e.tar.gz package-repository-0202c2da6f938a92210b20b7ffecac35aa01ea0e.tar.xz |
Update files under aux/
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-x | aux/workflow/dist.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 8f8f617..b337ef0 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -4,6 +4,7 @@ set -eu DATE="$1" VERSION="$2" VVERSION="v$2" +PROJECT="$3" if git show "$VVERSION" 1>/dev/null 2>/dev/null; then echo "Version '$VVERSION' already exists." >&2 @@ -21,3 +22,5 @@ if ! grep -q "^# $VERSION - $DATE$" CHANGELOG.md; then fi git tag "$VVERSION" + +sh aux/workflow/sign-tarballs.sh "$PROJECT" |