Skip to content

Commit

Permalink
Fixes to publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jun 29, 2017
1 parent 6554de5 commit 9a24a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scripts/meck-publish.sh
Expand Up @@ -26,11 +26,12 @@ 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

github_changelog_generator
git add CHANGELOG.md
git commit -m "Update Changelog for version $VSN"
git push

0 comments on commit 9a24a11

Please sign in to comment.