From 0878f97ecacf7a12168064f4c94bfdf1793346f4 Mon Sep 17 00:00:00 2001 From: Adam Lindberg Date: Thu, 29 Jun 2017 15:21:34 +0200 Subject: [PATCH] Publish docs to Hex when releasing --- .scripts/meck-publish.sh | 1 + 1 file changed, 1 insertion(+) 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