Skip to content

Commit 91e52f4

Browse files
Update spec/ci-cd/spec.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4f44f43 commit 91e52f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spec/ci-cd/spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ pipelines run on GitHub Actions.
115115

116116
<!-- General considerations -->
117117

118-
- [ ] Each Upload to an external service (dockerhub, ghcr, pypi) must be modelled as a standalone job, independant from other upload jobs.
118+
- [ ] Each upload to an external service (DockerHub, GHCR, PyPI) must be modelled as a standalone job, independent from other upload jobs.
119119
- [ ] If an upload job fails, the release is still considered successful
120-
- [ ] If there a github releases is created, the body must document the usage of successfully uploaded artifacts, as specified above.
121-
- [ ] If an upload job fails and a git release is created, issue a corresponding warning message in the github release.
122-
- [ ] If the credentials for an external service are missing, treat this like an upload failure. Adapt the github release body warning accordingly.
120+
- [ ] If a GitHub release is created, the body must document the usage of successfully uploaded artifacts, as specified above.
121+
- [ ] If an upload job fails and a GitHub release is created, issue a corresponding warning message in the GitHub release.
122+
- [ ] If the credentials for an external service are missing, treat this like an upload failure. Adapt the GitHub release body warning accordingly.
123123

124124
### Edge Cases
125125

0 commit comments

Comments
 (0)