twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
272 stars 40 forks source link

chore!: rename ApiV2010 to Api #160

Closed JenniferMah closed 2 years ago

JenniferMah commented 2 years ago

Jira: https://issues.corp.twilio.com/browse/DI-2035 Related PR: https://code.hq.twilio.com/twilio/librarian/pull/364

rakatyal commented 2 years ago

LGTM! How do we ensure this doesn't get released without the upgrade guide or gets released in a RC build? Should we check these in a different branch?

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

JenniferMah commented 2 years ago

@rakatyal I'll create a new release candidate branch to merge into instead of main. Then for any additional work that will be included in RC will live on the release candidate branch (like the addition of the upgrade guide). The additional branch should prevent accidental merge to main/release.