dda-backup/doc/Releasing.md

11 lines
No EOL
284 B
Markdown

# 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
```