circleci orb publish promote

Promote a development version of an orb to a semantic release

Synopsis

Promote a development version of an orb to a semantic release. Please note that at this time all orbs promoted within the registry are world-readable.

Example: ‘circleci orb publish promote foo/bar@dev:master major’ => foo/bar@1.0.0

circleci orb publish promote <orb> <segment> [flags]

Arguments

<orb>       A fully-qualified reference to an orb. This takes the form namespace/orb@version
<segment>   "major"|"minor"|"patch"

Flags

  -h, --help   help for promote

Flags inherited from parent commands

      --host string         URL to your CircleCI host, also CIRCLECI_CLI_HOST (default "https://circleci.com")
      --skip-update-check   Skip the check for updates check run before every command. (default true)
      --token string        your token for using CircleCI, also CIRCLECI_CLI_TOKEN

SEE ALSO