Skip to content

Commit dc70e1b

Browse files
Add notes for release
1 parent aff662d commit dc70e1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ pip install -e ".[dev,test]" # install qubalab (-e means change
7676
jupyter lab . # to start the Jupyter notebooks
7777
pytest # to run unit tests
7878
```
79+
80+
### Releases
81+
82+
This repository is set up to automagically push releases to pypi.
83+
To roll a new release, go to `Releases --> Draft a new release`, then under `Tag` and `Release Title`, enter a new (matching) SemVer.
84+
Then click `Generate release notes` and add any additional information.
85+
You shouldn't need any artifacts. However this ensures the GitHub and PyPi release history is synchronised.

0 commit comments

Comments
 (0)