CircleCI Orb Registry Page - The official registry page of this orb for all versions, executors, commands, and jobs described. CircleCI Orb Docs - Docs for using and creating CircleCI Orbs.
- 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
main
. - The title of the pull request must contain a special semver tag:
[semver:minor]
. - example:
[semver:minor] Added support for windows
- 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.
- circleci orb pack . | circleci orb validate -
- circleci orb pack . | circleci orb publish - ridehip/hip-orb@dev:alpha
- circleci orb publish promote ridehip/hip-orb@dev:alpha minor