You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/using-orbs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Before using orbs, you may find it helpful to understand the various design deci
26
26
- Production orbs are always semantic versioned (semver’d) - CircleCI allows development orbs that have versions that start with dev:.
27
27
- Production orbs are immutable - Once an orb has been published to a semantic version, the orb cannot be changed. This prevents unexpected breakage or changing behaviors in core orchestration.
28
28
- One registry (per install) - Each installation of CircleCI, including circleci.com, has only one registry where orbs can be kept.
29
-
-Organization Admins publish production orbs. Organization members publish development orbs - All namespaces are owned by an organization. Only the admin(s) of that organization can publish/promote a production orb. All organization members can publish development orbs.
29
+
-The ability to create and modify orbs are scoped. Only Organization admin(s) can publish/promote production orbs. Once an initial orb is created, organization members can publish development orbs against it. Note that all orb namespaces are owned by an organization.
0 commit comments