Skip to content

Cyber4All/orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.