From 564a96073894e8df7152feac8e77120f148a4b75 Mon Sep 17 00:00:00 2001 From: Luciano Lorenti Date: Sun, 25 Feb 2024 00:25:29 +0100 Subject: [PATCH] Documentation: Update RELEASING file specifying the correct file for the version --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index d58408e5..59571253 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,11 +1,11 @@ # Releasing a new version Publication in pypi is made automatically by a GitHub action. The action is executed when a tag starting with "v" is pushed to main. -The tag must correspond to the version of `bumpversion.cfg`. +The version must coincide with ceruleo/__init__.py:__version__ ```bash git tag -a "v2.0.0" -m "Description of the release" ``` -After the publication in pypi, a tag is created and a release is uploaded to github. \ No newline at end of file +After the publication in pypi, a tag is created and a release is uploaded to github.