Skip to content

Commit

Permalink
Commit after hex build
Browse files Browse the repository at this point in the history
  • Loading branch information
aellispierce committed Feb 2, 2017
1 parent 709eba2 commit 47d0d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sed -i '' "s/$previous_version/$release_version/" mix.exs
mix docs
git add README.md
git add mix.exs
git add doc

git commit -m "Release version $release_version"
mix do hex.build, hex.publish
git add doc
git commit -m "Release version $release_version"
hub release create release_version

0 comments on commit 47d0d3a

Please sign in to comment.