Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.36 KB

CircleCI

Noos CircleCI Orb

Custom CircleCI Orb for working with Docker and Helm CI/CD pipelines.

Resources

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.

How to Contribute

We welcome issues to and pull requests 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 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 as v<version> where:
increment version
major 1.0.0 incremented release
minor x.1.0 incremented release
patch x.x.1 incremented release