Skip to content

Commit 8ba4c78

Browse files
committedFeb 6, 2025··
add release docs
1 parent 9adbdf4 commit 8ba4c78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ pip install -e ./src
4343
```
4444

4545
Using this method, you'll have the package installed in an 'editable mode'. This means you can easily modify the code and test your changes without the hassle of reinstalling the package every time.
46+
47+
## Releases
48+
49+
Releases are manually triggered on this repository. To create a new release, follow these steps:
50+
1. Bump the version in `src/setup.py`
51+
2. Create a new tag with the version number
52+
3. Publish a release on GitHub with the tag
53+
4. Monitor the Github Action triggered by the release

0 commit comments

Comments
 (0)
Please sign in to comment.