package dune-release

  1. Overview
  2. Docs

Module Version.ChangelogSource

Sourcetype t' = t
Sourcetype t

t represents a project version read from the project changelog.

Sourceval of_string : string -> t

of_string s reads the changelog value from a string.

Sourceval to_version : keep_v:bool -> t -> t'

to_version ~keep_v v converts the changelog version into the actual project version.

Sourceval equal : t -> t -> bool

equal a b is true when a and b are equal.

Sourceval pp : t Fmt.t

Pretty print a t.

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

to_tag vcs v converts the change log version into a tag for VCS.

OCaml

Innovation. Community. Security.