Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.45 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.45 KB

Cyber4All Orb

CircleCI CircleCI Orb Version GitHub License


Resources

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.

Contributing

  • 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 or hotfix)

Publishing a new release

  • Open a pull request from main or hotfix to releases

  • 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.