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: contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ This versioning strategy ensures clarity and transparency in tracking changes an
78
78
|`change: feature`|`0.x.0`| Addition of significant capabilities, enhancements, or functionalities that extend the DSL's capabilities or improve its usability. |
79
79
|`change: breaking`|`x.0.0`| Alterations that are incompatible with previous versions, necessitating adjustments in existing workflows or implementations. |
80
80
81
-
In addition to versioning changes denoted by labels in pull requests, pre-release versions will be suffixed with either `alphaX`, `betaX`, or `rcX` where `X` represents the pre-release version number (ex: `1.0.0`). These pre-release versions are designated to indicate different stages of development and testing before the final release.
81
+
In addition to versioning changes denoted by labels in pull requests, pre-release versions will be suffixed with either `alphaX`, `betaX`, or `rcX` where `X` represents the pre-release version number (ex: `1.0.0-alpha1`). These pre-release versions are designated to indicate different stages of development and testing before the final release.
82
82
83
83
-**Alpha versions** are the earliest stages of testing and development. They typically contain incomplete features and may have known issues. They are intended for a limited audience, such as internal testers or early adopters, for initial feedback and testing.
0 commit comments