From 5bd187f1351d3f0a7e5025e94ba51c516e532480 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 24 Jun 2024 16:22:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E2=80=94=20Improve=20release=20?= =?UTF-8?q?documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/developer/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer/release.md b/docs/developer/release.md index ee6af92..0a3500e 100644 --- a/docs/developer/release.md +++ b/docs/developer/release.md @@ -17,6 +17,8 @@ You'll need to get an account on [PyPI](https://pypi.org), where the packages wi Here is the quick version. If you need more details, some parts are explained in more details in the next sections. ```bash +# Be sure you are on the good branch +git checkout main # Ensure the tests run correctly make test