https://github.com/pipe-cd/orb-pipecd
CircleCI Orb for interacting with PipeCD
https://github.com/pipe-cd/orb-pipecd
Last synced: 11 months ago
JSON representation
CircleCI Orb for interacting with PipeCD
- Host: GitHub
- URL: https://github.com/pipe-cd/orb-pipecd
- Owner: pipe-cd
- License: apache-2.0
- Created: 2022-01-04T06:59:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T10:06:20.000Z (over 2 years ago)
- Last Synced: 2025-01-07T11:36:25.480Z (about 1 year ago)
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PipeCD Orb
Orb for interacting with PipeCD on CircleCI. See: [the documentation](https://pipecd.dev/docs/user-guide/command-line-tool).
# Usage
Explore the src/examples directories to get an idea of how this works. If you feel there is something we could clarify, please let us know!
_For full usage guidelines, see the [orb registry listing](https://circleci.com/developer/orbs/orb/pipe-cd/pipecd)._
# Contributing
We welcome [issues](https://github.com/pipe-cd/orb-pipecd/issues) to and [pull requests](https://github.com/pipe-cd/orb-pipecd/pulls) against this repository!
## How to Publish
* Create and push a branch with your new features.
* When ready to publish a new production version, create a Pull Request from _feature branch_ to `master`.
* The title of the pull request must contain a special semver tag: `[semver:]` where `` is replaced by one of the following values.
| Increment | Description|
| ----------| -----------|
| major | Issue a 1.0.0 incremented release|
| minor | Issue a x.1.0 incremented release|
| patch | Issue a x.x.1 incremented release|
| skip | Do not issue a release|
Example: `[semver:major]`
* Squash and merge. Ensure the semver tag is preserved and entered as a part of the commit message.
* On merge, after manual approval, the orb will automatically be published to the Orb Registry.