dda-backup/doc/Releasing.md

11 lines
284 B
Markdown
Raw Permalink Normal View History

2022-05-11 09:05:44 +00:00
# stable release (should be done from master)
2022-07-15 10:39:50 +00:00
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:
2022-05-11 09:05:44 +00:00
```
./release.sh
```