Updated release doc

This commit is contained in:
Clemens Geibel 2022-07-15 12:39:50 +02:00
parent 6aeb19a0b9
commit 2554b09bb3

View file

@ -1,5 +1,11 @@
# 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
```