Update readme for release task
This commit is contained in:
parent
47b6a8b958
commit
9f626c8450
1 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,10 @@ invoke pre-process
|
||||||
This requires [`invoke`](https://www.pyinvoke.org/) on your machine.
|
This requires [`invoke`](https://www.pyinvoke.org/) on your machine.
|
||||||
|
|
||||||
## Release
|
## 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
|
# Data sources
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue