From 791b76ce2cd9742c32f0e6c1ba05390063635ce9 Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 30 Oct 2024 15:00:38 +0000 Subject: [PATCH] Update release/readme.md Co-authored-by: R. Boujbel --- release/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/readme.md b/release/readme.md index fc001958d01..c250f8f4b84 100644 --- a/release/readme.md +++ b/release/readme.md @@ -4,7 +4,7 @@ * update version in all the opam files and in configure.ac * run `make configure` to regenerate `./configure` [checked by github actions] * update copyright headers -* if you're releasing the first final release of a new branch (e.g. 2.2.0) and the `root_version` has changed since the previous stable version (e.g. 2.1.6): make sure `root_version` in OpamFile.ml is set to the final release number (e.g. for 2.2.0, `root_version` should be 2.2). Make sure that opamFormatUpgrade.ml also contains an upgrade function from the previous version (that function will most likely be empty) +* if you're releasing the first final release of a new branch (e.g. 2.2.0) and the `root_version` has changed since the previous stable version (e.g. 2.1.6): make sure `root_version` in OpamFile.ml is set to the final release number (e.g. for 2.2.0, `root_version` should be 2.2). Make sure that `opamFormatUpgrade.ml` also contains an upgrade function from the previous version (that function will most likely be empty), and that `opamroot-versions.test` is updated accordingly too. * run `make tests`, `opam-rt` [checked by github actions] * update the CHANGE file: take `master_changes.md` content to fill it