Skip to content

chore: regenerate .opam files for the 0.3.0 version bump - #338

Merged
Ch4s3 merged 2 commits into
mainfrom
claude/great-pike-c9e3da
Aug 24, 2026
Merged

chore: regenerate .opam files for the 0.3.0 version bump#338
Ch4s3 merged 2 commits into
mainfrom
claude/great-pike-c9e3da

Conversation

@Ch4s3

@Ch4s3 Ch4s3 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

The 0.3.0 release commit (3206b31) bumped dune-project to 0.3.0 but left the committed dune-generated forge.opam, march.opam, and march-lsp.opam at 0.2.0. Since those files are regenerated by dune, any dune build that touches them dirtied the working tree with the version diff — observed polluting three unrelated worktree sessions on 2026-08-24.

  • Regenerate the three .opam files (dune build --root . forge.opam march.opam march-lsp.opam); the diff is exactly the three version: lines, nothing else.
  • Add an explicit opam-regeneration step to the release checklist in specs/github_release_builds.md so this doesn't recur at the next release.

Ch4s3 added 2 commits August 24, 2026 16:35
dune-project was bumped to 0.3.0 for the release, but the committed
dune-generated forge.opam, march.opam, and march-lsp.opam still said
0.2.0, so any dune invocation that regenerates opam files dirtied
unrelated worktrees with this diff.
The 0.3.0 release bumped dune-project but not the committed
dune-generated .opam files, so every subsequent dune build dirtied the
working tree with the 0.2.0->0.3.0 version diff. Make regenerating and
committing the opam files an explicit step of cutting a release.
@Ch4s3
Ch4s3 merged commit 33d24ad into main Aug 24, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant