Skip to content

Commit bef7f64

Browse files
gaborigloirobhoes
authored andcommitted
Datamodel: add comment about how to declare new XS release
Signed-off-by: Gabor Igloi <gabor.igloi@citrix.com>
1 parent 826b36f commit bef7f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ocaml/idl/datamodel_types.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ type api_release = {
6565
branding: string;
6666
}
6767

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. *)
6870
let release_order_full = [{
6971
code_name = Some rel_rio;
7072
version_major = 1;

0 commit comments

Comments
 (0)