Build information library for monopam tools.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

monopam-info: fix README — fallback is git hash, not "dev"

+2 -2
+2 -2
README.md
··· 15 15 16 16 ## Build Modes 17 17 18 - - **Release mode** -- Uses actual git hash via `git rev-parse --short HEAD` 19 - - **Development mode** -- Returns `"dev"` to avoid rebuilds on every commit 18 + - **Release mode** -- Uses the package version from `dune-build-info` 19 + - **Development mode** -- Falls back to git commit hash 20 20 21 21 ## Licence 22 22