We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77c481 commit b2727ffCopy full SHA for b2727ff
1 file changed
spec/ci-cd/spec.md
@@ -110,7 +110,7 @@ pipelines run on GitHub Actions.
110
- [ ] PyPI packages must use the exact same semantic version as the Docker image.
111
- [ ] Final release from `main`: `MAJOR.MINOR.PATCH`.
112
- [ ] Feature branch pre-release: `MAJOR.MINOR.PATCH-rc.{branch-label}.{run_number}`.
113
-- [ ] If a github release is created, the packages must added to the artifact list.
+- [ ] If a GitHub release is created, the packages must be added to the artifact list.
114
- [ ] If a github release is created, include `pip install` commands for each package with exact version information.
115
- [ ] If a github release is created, provide fallback instructions for local installation from source
116
0 commit comments