Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip ci] Removed boilerplate text, updated description #20

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
# heroku Orb [![CircleCI Build Status](https://circleci.com/gh/CircleCI-Public/heroku-orb.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/CircleCI-Public/heroku-orb) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/circleci/heroku)](https://circleci.com/orbs/registry/orb/circleci/heroku) [![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/CircleCI-Public/heroku-orb/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)

A description of your orb. Utilize this orb to easily add X to your CI/CD pipeline.

**TODO:**
Publish your production orb! You may notice the badges above and links to the registry page below are not working yet, once you publish your first production version orb, these will begin to function.

What to do:
* Make changes to your `Alpha` branch.
* Flush out your integration test jobs
* Merge to `master` with "`[semver:major]`" in the commit subject to publish 1.0.0 of your orb.

Easily install and use the Heroku CLI with CircleCI to build, test, and deploy your applications to Heroku.

## Usage

Example use-cases are provided on the orb [registry page](https://circleci.com/orbs/registry/orb/circleci/heroku#usage-examples). Source for these examples can be found within the `src/examples` directory.


## Resources

[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/circleci/heroku) - The official registry page of this orb for all versions, executors, commands, and jobs described.
Expand Down