dune-release
Release dune packages in opam
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library dune_release
Publish
val publish_distrib :
token:Fpath.t ->
dry_run:bool ->
msg:string ->
archive:Fpath.t ->
Pkg.t ->
( unit, Bos_setup.R.msg ) Result.result
val publish_doc :
dry_run:bool ->
msg:string ->
docdir:Fpath.t ->
Pkg.t ->
( unit, Bos_setup.R.msg ) Result.result
val publish_in_git_branch :
dry_run:bool ->
remote:string ->
branch:string ->
name:string ->
version:string ->
docdir:Fpath.t ->
dir:Fpath.t ->
( unit, Bos_setup.R.msg ) Bos_setup.result
val open_pr :
token:Fpath.t ->
dry_run:bool ->
title:string ->
user:string ->
branch:string ->
string ->
( [ `Url of string | `Already_exists ], Bos_setup.R.msg ) Bos_setup.result