Skip to content

Commit 02fdb21

Browse files
committed
Add the x-maintenance-intent field to help opam-repository
1 parent 02293b1 commit 02fdb21

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

github-data.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ conflicts: [
3434
build: ["dune" "build" "-p" name "-j" jobs]
3535
run-test: ["dune" "runtest" "-p" name "-j" jobs]
3636
dev-repo: "git+https://github.com/mirage/ocaml-github.git"
37+
x-maintenance-intent: ["(latest)"]

github-jsoo.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ depends: [
3232
build: ["dune" "build" "-p" name "-j" jobs]
3333
run-test: ["dune" "runtest" "-p" name "-j" jobs]
3434
dev-repo: "git+https://github.com/mirage/ocaml-github.git"
35+
x-maintenance-intent: ["(latest)"]

github-unix.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ depends: [
3535
build: ["dune" "build" "-p" name "-j" jobs]
3636
run-test: ["dune" "runtest" "-p" name "-j" jobs]
3737
dev-repo: "git+https://github.com/mirage/ocaml-github.git"
38+
x-maintenance-intent: ["(latest)"]

github.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ depends: [
3838
build: ["dune" "build" "-p" name "-j" jobs]
3939
run-test: ["dune" "runtest" "-p" name "-j" jobs]
4040
dev-repo: "git+https://github.com/mirage/ocaml-github.git"
41+
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)