Skip to content

Commit

Permalink
Clarify versioning from experimental to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
flands committed Mar 31, 2021
1 parent 3e66ff1 commit 386afab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ GDI projects MUST be designed in a manner that allows experimental components
to be created without breaking the stability guarantees of existing components.

GDI projects MUST NOT be designed in a manner that breaks existing users when a
components transitions from experimental to stable. This would punish users of
the release candidate, and hinder adoption.
new component beyond the project's first component transitions from
experimental to stable. This would punish users of the release candidate
component, and hinder adoption.

Terms which denote stability, such as `experimental` MUST NOT be used as part
of a directory or import name. Package version numbers MAY include a suffix,
Expand Down

0 comments on commit 386afab

Please sign in to comment.