Custom CircleCI Orb for working with Docker and Helm CI/CD pipelines.
CI/CD Noos CircleCI Orb - The official registry page of this orb for all versions, executors, commands, and jobs described.
CI/CD Noos Invoke SDK - Software development kit for managing CI/CD pipelines, shipped with this orb.
We welcome issues to and pull requests against this repository!
- Create and push a branch with your new features.
- When ready to publish a new production version, create a Pull Request from your feature branch to
master
. - Request manual approval to run the integration tests against your feature branch.
- Once your features have been merged, the final merge commit onto the
master
branch should be tagged asv<version>
where:
increment | version |
---|---|
major | 1.0.0 incremented release |
minor | x.1.0 incremented release |
patch | x.x.1 incremented release |