Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmatters/xmatters-orb-v2
https://github.com/xmatters/xmatters-orb-v2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmatters/xmatters-orb-v2
- Owner: xmatters
- License: mit
- Created: 2020-05-26T14:38:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T21:30:50.000Z (over 4 years ago)
- Last Synced: 2024-11-06T08:30:27.953Z (3 months ago)
- Size: 38.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xmatters-orb Orb [![CircleCI Build Status](https://circleci.com/gh/xmatters/xmatters-orb-v2.svg?style=shield "CircleCI Build Status")](https://circleci.com/gh/xmatters/xmatters-orb-v2) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/xmatters/xmatters-orb)](https://circleci.com/orbs/registry/orb/xmatters/xmatters-orb) [![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/xmatters/xmatters-orb-v2/master/LICENSE) [![CircleCI Community](https://img.shields.io/badge/community-CircleCI%20Discuss-343434.svg)](https://discuss.circleci.com/c/ecosystem/orbs)
Utilize this orb to easily add xMatters to your CI/CD pipeline.
## Usage
`xmatters/[email protected]`
Example use-cases are provided on the orb [registry page](https://circleci.com/orbs/registry/orb/xmatters/xmatters-orb#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/xmatters/xmatters-orb) - The official registry page of this orb for all versions, and commands described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.### How To Contribute
We welcome [issues](https://github.com/xmatters/xmatters-orb-v2/issues) to and [pull requests](https://github.com/xmatters/xmatters-orb-v2/pulls) against this repository!
To publish a new production version:
* Create a PR to the `Alpha` branch with your changes. This will act as a "staging" branch.
* When ready to publish a new production version, create a PR from `Alpha` to `master`. The Git Subject should include `[semver:patch|minor|release|skip]` to indicate the type of release.
* On merge, the release will be published to the orb registry automatically.For further questions/comments about this or other orbs, visit the Orb Category of [CircleCI Discuss](https://discuss.circleci.com/c/orbs).