sendgrid / ruby-http-client

SendGrid's Ruby HTTP Client for calling APIs

Home Page:https://sendgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement auto-deploy to package manager

thinkingserious opened this issue · comments

Issue Summary

When all tests on the master branch pass in Travis CI, we would like to auto-deploy the release to the package manager.

Before writing any code, we suggest you review our CONTRIBUTING.md file and propose your solution for discussion here in the comments. Thank you!

Aceptance Criteria

  • when Travis CI passes all tests on the master branch we auto-deploy to the package manager
  • the version is determined by the CHANGELOG.md

Hi, I would like to pick up this project.
Since the version is determined by CHANGELOG.md, how about we do the auto-deploy when a tag is pushed or a release is created in GitHub?

Thanks for taking this on @dhoeric!

Thanks for the guidance @kplimack & @tachyons!