Skip to content

Commit

Permalink
Documentation: Update RELEASING file specifying the correct file for …
Browse files Browse the repository at this point in the history
…the version
  • Loading branch information
lucianolorenti committed Feb 24, 2024
1 parent 700458e commit 564a960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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.
After the publication in pypi, a tag is created and a release is uploaded to github.

0 comments on commit 564a960

Please sign in to comment.