Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Mar 19, 2021
1 parent 3e2a325 commit efc745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ continue = system "git tag v#{version}" if continue
continue = system "git push" if continue
continue = system "git push -f origin v#{version}" if continue
continue = system "mix deps.get" if continue
continue = system "mix hex.publish" if continue
continue = system "mix hex.publish package" if continue
continue = system "mix hex.publish docs" if continue
continue = system "github_changelog_generator -u mojotech -p torch" if continue
continue = system "git commit -am \"Update changelog for version #{version}\"" if continue
Expand Down

0 comments on commit efc745c

Please sign in to comment.