From 9293d27758dc55c264c3fc963532b8588054f58f Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Mon, 16 Dec 2024 10:13:08 +0100 Subject: [PATCH] Add CHANGES --- CHANGES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4aaa78df..ce3a1a89 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ ### Added +- Add `--dev-repo` to `dune-release` and `dune-release publish` to overwrite + the `dev-repo` field specified in the opam file (#494, @samoht) + ### Changed - Use the 'user' option as the fork owner, only attempt to decode the remote URL if the user option is not set. (#480, @Julow) @@ -120,7 +123,7 @@ (#248, @gpetiot) - Add a new command `check` to check the prerequisites of dune-release and avoid starting a release process that couldn't be finished (#318, #351, @pitag-ha) -- When preparing the opam-repository PR and pushing the local branch to +- When preparing the opam-repository PR and pushing the local branch to the user's remote opam-repository fork, use `--set-upstream` to ease any further update of the PR (#350, @gpetiot)