Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 602 Bytes

RELEASE.md

File metadata and controls

13 lines (9 loc) · 602 Bytes

Releasing Heroku CLI

CircleCI will handle releases. Pushing to master automatically will release to the beta channel if the tests are successful. Tagging with a version number will release to stable.

Release to dev channel by pushing to the dev branch.

Instructions:

  • Increment version.
  • Update CHANGELOG.
  • Tag version git tag v5.x.x && git push --tags
  • CircleCI will detect the tag and automatically release to stable