Promote a development version of an orb to a semantic release
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]
<orb> A fully-qualified reference to an orb. This takes the form namespace/orb@version
<segment> "major"|"minor"|"patch"
-h, --help help for promote
--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