You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 21:02:51 UTC

[43/50] meck commit: updated refs/heads/master to 3544aca

Fixes to publish script


Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/9a24a110
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/9a24a110
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/9a24a110

Branch: refs/heads/master
Commit: 9a24a1109a75732634504ec0410a804a9bc11d48
Parents: 6554de5
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Jun 29 15:13:58 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Jun 29 15:13:58 2017 +0200

----------------------------------------------------------------------
 .scripts/meck-publish.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/9a24a110/.scripts/meck-publish.sh
----------------------------------------------------------------------
diff --git a/.scripts/meck-publish.sh b/.scripts/meck-publish.sh
index 4e9d972..7173009 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