From 8e706d3847f9908ae24679fb3a79665d627e619d Mon Sep 17 00:00:00 2001 From: "Juan B. Rodriguez" Date: Fri, 6 Jan 2017 11:33:08 -0500 Subject: [PATCH] Add missing variable Related to #3 --- scripts/rel-push-prog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/rel-push-prog b/scripts/rel-push-prog index 663350f..873d374 100755 --- a/scripts/rel-push-prog +++ b/scripts/rel-push-prog @@ -34,6 +34,8 @@ if [ $? -ne 0 ]; then error "Unable to push branch ${BRANCH} to github" fi +DESCRIPTION=`cat metadata/changes/$VERSION.txt 2> /dev/null` + github-release --verbose release \ --user jbrodriguez \ --repo "$PROG" \