package dune-release

  1. Overview
  2. Docs
type t

t represents the high-level version of a project

val from_tag : keep_v:bool -> Vcs.t -> Vcs.Tag.t -> t

Constructs a t from a Vcs.Tag.t, possibly dropping the leading v.

val to_tag : Vcs.t -> t -> Vcs.Tag.t

Converts a project version into a valid tag for VCS.

val of_string : string -> t

of_string s reads a value as-is as the project version.

val to_string : t -> string

to_string v converts the project version into a string.

val pp : t Fmt.t

Pretty print a t.

module Changelog : sig ... end
OCaml

Innovation. Community. Security.