B0_github.ReleaseSourceRepository releases.
The type for releases.
pp is a formatter for issues.
pp_short is a short formatter for issues.
val create :
B0_http.Http_client.t ->
Auth.t ->
Repo.t ->
tag_name:string ->
body:string ->
unit ->
(t, string) resultcreate auth repo ~tag_name ~body () creates a new release in repository repo with given tag_name and body description.