We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826b36f commit bef7f64Copy full SHA for bef7f64
ocaml/idl/datamodel_types.ml
@@ -65,6 +65,8 @@ type api_release = {
65
branding: string;
66
}
67
68
+(* When you add a new release, use the version number of the latest release,
69
+ and "Unreleased" for the branding, until the actual values are finalised. *)
70
let release_order_full = [{
71
code_name = Some rel_rio;
72
version_major = 1;
0 commit comments