This orb is used to add pre-validations that our application/service should satisfy.
We welcome issues and pull requests to this repository!
- Make sure you're on the main branch of the source repository.
- From the root of the project, package the ORB content by running:
circleci orb pack src > orb.yml- Validate the syntax of the generated file:
circleci orb validate orb.ymlcircleci orb publish orb.yml tiendanube/precheck@dev:firstAsk the Productivity-Engineer team to perform the official release using:
circleci orb publish promote tiendanube/precheck@dev:first patch --token 'value from orbs-token context'Note: The version parameter can be one of:
patch- for bug fixes and minor changes (1.0.0 → 1.0.1)minor- for new features (1.0.0 → 1.1.0)major- for breaking changes (1.0.0 → 2.0.0)
You can check the published version here: https://app.circleci.com/settings/organization/github/TiendaNube/orbs
See the precheck-orb in the registry for more details of jobs, commands, and executors available in this ORB. Or check via CircleCI CLI using:
circleci orb info tiendanube/precheck@0.1.0