Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dev orb info #9152

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jekyll/_cci2/orb-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ Production orbs are immutable and can be found on the [Orb Registry](https://cir

Development orbs are temporary overwrite-able orb tag versions, useful for rapid development and testing prior to deploying a semver deployed production change.

- A Development orb can only be published if the orb has an initial semver deployed production version
- Development orbs are mutable, can be overwritten, and automatically expire 90 days after they are published
- Version string must begin with `dev:` followed by any string, for example, `<namespace>/<orb>@dev:my-feature-branch`
- Development orbs may be published by any member of the namespace organization
- Will not appear on the Orb Registry
- Open source, released under [MIT license](https://circleci.com/developer/orbs/licensing).
- Available via CircleCI CLI (if the development tag name is known)

Expand Down