From 9a24a1109a75732634504ec0410a804a9bc11d48 Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Thu, 29 Jun 2017 15:13:58 +0200 Subject: [PATCH] Fixes to publish script --- .scripts/meck-publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scripts/meck-publish.sh b/.scripts/meck-publish.sh index 4e9d972a..7173009e 100755 --- a/.scripts/meck-publish.sh +++ b/.scripts/meck-publish.sh @@ -26,7 +26,7 @@ git add doc/overview.edoc # Commit, tag and push git commit -m "Version $VSN" -git tag -s $1 -m "Version $VSN" +git tag -s "$VSN" -m "Version $VSN" git push && git push --tags rebar3 hex publish @@ -34,3 +34,4 @@ rebar3 hex publish github_changelog_generator git add CHANGELOG.md git commit -m "Update Changelog for version $VSN" +git push