bin/release in acme-client-2.0.2 vs bin/release in acme-client-2.0.3

- old
+ new

@@ -11,9 +11,10 @@ if $?.exitstatus > 0 fail("failed at: #{command}") end end +`git add CHANGELOG.md` `git add lib/acme/client/version.rb` `git commit -m "bump to #{version}"` `git pull --rebase origin master` `git tag 'v#{version}'` `git push --tags origin master`