Skip to content

Commit 6d4d293

Browse files
Add caveat to release notes (ITISFoundation#2971)
Co-authored-by: oSparc DevOps <[email protected]>
1 parent f65fc9a commit 6d4d293

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/releasing-workflow-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ then after the review we do a couple of additions and re-release staging ``DAJIA
5555

5656
### Instructions to generate a staging release
5757

58+
0. THIS IS VERY IMPORTANT:
59+
- *Make sure the github-actions CI has successfully run on the latest commit on the master-branch! This is mandatory!*
60+
- Long story: If a CI test fails in the workflow, no docker image is uploaded in the Github-Actions CI to dockerhub. If no image corresponding to the specified commit's SHA exists, no re-tagging can take place and thus no release to staging is possible.
61+
5862
1. Generate *Github* release tag
5963

6064
```bash

0 commit comments

Comments
 (0)