Updated release doc
This commit is contained in:
parent
6aeb19a0b9
commit
2554b09bb3
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# stable release (should be done from master)
|
# stable release (should be done from master)
|
||||||
|
|
||||||
|
1. Test if image build, image test and image publish is working:
|
||||||
|
```
|
||||||
|
cd infrastructure/docker && pyb image test publish
|
||||||
|
```
|
||||||
|
|
||||||
|
2. If image, test & publish is working, you can run the release script in the project root:
|
||||||
```
|
```
|
||||||
./release.sh
|
./release.sh
|
||||||
```
|
```
|
Loading…
Reference in a new issue