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:52 UTC

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

Publish docs to Hex when releasing


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

Branch: refs/heads/master
Commit: 0878f97ecacf7a12168064f4c94bfdf1793346f4
Parents: 9a24a11
Author: Adam Lindberg <he...@alind.io>
Authored: Thu Jun 29 15:21:34 2017 +0200
Committer: Adam Lindberg <he...@alind.io>
Committed: Thu Jun 29 15:21:34 2017 +0200

----------------------------------------------------------------------
 .scripts/meck-publish.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-meck/blob/0878f97e/.scripts/meck-publish.sh
----------------------------------------------------------------------
diff --git a/.scripts/meck-publish.sh b/.scripts/meck-publish.sh
index 7173009..bbbb666 100755
--- a/.scripts/meck-publish.sh
+++ b/.scripts/meck-publish.sh
@@ -30,6 +30,7 @@ git tag -s "$VSN" -m "Version $VSN"
 
 git push && git push --tags
 rebar3 hex publish
+rebar3 hex docs
 
 github_changelog_generator
 git add CHANGELOG.md