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.
-
Pick up a story on shortcut
-
Create a branch based on shortcut story (links shortcut and github)
-
Open a pull request when ready for review
The orb should have a new semantic version for each release
# writes a new semver to VERSION
$ ./version.sh -w 2.0.0
Succesfully Updated Version to 2.0.0
- Merge into the base branch (
main
orhotfix
)
-
Open a pull request from
main
orhotfix
toreleases
-
Check to make sure a new SEMVER exists in the VERSION file
-
Merge branch into
releases
This will automatically generate a new tagged release on github and publish the orb to the circleci registry.