Skip to content

Commit

Permalink
Use release version variable in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aellispierce committed Feb 2, 2017
1 parent 524d51a commit 3df4268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ git add mix.exs
mix do hex.build, hex.publish
git add doc
git commit -m "Release version $release_version"
hub release create release_version
hub release create $release_version

0 comments on commit 3df4268

Please sign in to comment.