package dune-release
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Release dune packages in opam
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-release-0.3.0.tbz
sha256=bd5a3ccaa09adbfc328378b123d18f5ed414812f69b3af46544a238285a6a6ec
md5=312440d610fef22c8508ecf67b0a710b
doc/CHANGES.html
0.3.0 (2018-07-10)
- Store config files in
~/.config/dune/instead of~/.duneto match whatduneis doing (#27, @samoht) - Support opam 1.2.2 when linting (#29, @samoht)
- Use
-p <pkg>instead of-n <pkg>to follow dune convention (#30, #42, @samoht) - Default to
nanoif the EDITOR environment variable is not set. (#32, @avsm) - Fix location of documentation when
odoccreates an_htmlsubdirectory (#34, @samoht) - Remove the browse command (#36, @samoht)
- Re-add the publish delegatation mechanism to allow non-GitHub users to publish packages (see
dune-release help delegate) (#37, @samoht) - Fix dropping of
vat the beginning of version numbers indune-release opam(#40, @let-def) - Add basic token validation (#40, @let-def)
0.2.0 (2018-06-08)
- Remove opam lint warnings for 1.2 files (#2, @samoht)
- Add a
--keep-voption to not dropvat the beginning of version numbers (#6, @samoht) - Pass
-p <package>to jbuilder (#8, @diml) - Fix a bug in
Distrib.write_substwhich could cause an infinite loop (#10, @diml) - Add a
--dry-runoption to avoid side-effects for all commands (@samoht) - Rewrite issues numbers in changelog to point to the right repository (#13, @samoht)
- Stop force pushing tags to
origin. Instead, just force push the release tag directly to thedev-reporepository (@samoht) - Fix publishing distribution when the the tag to publish is not the repository HEAD (#4, @samoht)
- Do not depend on
opam-publishanymore. Use configuration files stored in~/.duneto parametrise the publishing workflow. (@samoht)
0.1.0 (2018-04-12)
Initial release.
Import some code from topkg.
- Use of
Astring,Logs,FpathandBosinstead of custom re-implementations; - Remove the IPC layer which is used between
topkgandtopkg-care; - Bundle everything as a single binary;
- Assume that the package is built using dune;
- Do not read/neeed a
pkg/pkg.mlfile.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page