Skip to content

Commit

Permalink
Make sure version number gets updated without having to run dune clean
Browse files Browse the repository at this point in the history
Adds (deps (universe)) to the action that builds manifest.ml so it is
always rebuilt (unless it was generated from manifest.ml.in by opam, as
the action still has fallback mode).

Fixes #204, and based on PR #863
  • Loading branch information
Alasdair committed Jan 8, 2025
1 parent 18b0aec commit 35bfd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/dune
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(rule
(deps (universe))
(target manifest.ml)
(mode fallback)
(action
Expand Down

0 comments on commit 35bfd4f

Please sign in to comment.