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 16, 2025
1 parent a1b339a commit 153c7b6
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 153c7b6

Please sign in to comment.