Skip to content

Commit ac204f3

Browse files
authored
Merge pull request #28516 from mjambon/patch-2
Add dune-project equivalent to x-maintenance-intent
2 parents fd7e2e0 + 720317d commit ac204f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

governance/policies/archiving.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ When it has been decided that a set of package versions (aka "versions") should
100100
- `["(none)"]` the maintainer will not maintain any version
101101
- `["1.3"]` the maintainer will maintain the latest version of "1.3.Z"
102102
- `["2.(latest)"]` the maintainer will maintain the latest minor version specifically of version "2" of the package
103+
- `dune-project` uses [`maintenance_intent`](https://dune.readthedocs.io/en/latest/reference/dune-project/maintenance_intent.html). Example:
104+
- `(package ... (maintenance_intent "(latest)") ...)`
103105
- `x-maintained`:
104106
- Allowed values: `true` and `false`
105107
- Meaning:

0 commit comments

Comments
 (0)