Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.71 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.71 KB

hip-orb

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.

How to Publish The Orb

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

to publish manually (in case the above doesn't work...):

  • 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