Update readme for release task

This commit is contained in:
Gabriel Augendre 2021-08-21 09:30:58 +02:00
parent 47b6a8b958
commit 9f626c8450
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,10 @@ invoke pre-process
This requires [`invoke`](https://www.pyinvoke.org/) on your machine.
## Release
Create a tag using `inv tag <tag_name>`, then run `inv build <tag_name>` to build the binaries.
Run tests, create a tag and build binaries:
```
inv release <version_name>
```
# Data sources