We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39233c commit 9f820afCopy full SHA for 9f820af
conformance/reports/README.md
@@ -113,7 +113,9 @@ comply with the following rules:
113
can be an email address or a support URL (e.g. Github new issue page).
114
- `url`: it must be a valid url for a GitHub repository, or any other website with
115
information related to the project.
116
- - `version`: it must be a semver.
+ - `version`: it must be a snapshot of the project, which means it can be a commit,
117
+ a tag, a release, or any other means of specifying a version. It can't be a
118
+ branch name.
119
- `gatewayAPIVersion`: it must contain the version of the Gateway API used to run
120
the conformance tests.
121
- `gatewayAPIChannel`: it must contain the channel of the Gateway API used to run
0 commit comments