Skip to content

Commit 6db8a54

Browse files
committed
scrape: Mention how to run the scraper
1 parent 18377b4 commit 6db8a54

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tool/ood-gen/lib/changelog.ml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ type t = [%import: Data_intf.Changelog.t] [@@deriving of_yaml, show]
4141
a pull request to mirror a release announcement that likely already happened
4242
on discuss.ocaml.org. *)
4343

44-
(** Location from where to check for new releases while scraping. Keys are
45-
'tags' listed in changelogs. *)
44+
(** A scraper is provided to check whether changelog entries are missing. Run it
45+
like this:
46+
{v
47+
dune exec -- tool/ood-gen/bin/scrape.exe changelog
48+
v}
49+
The list below describes how to query the latest releases. *)
4650
let projects_release_feeds =
4751
[
4852
("ocamlformat", `Github "https://github.com/ocaml-ppx/ocamlformat");

0 commit comments

Comments
 (0)