Skip to content

Commit

Permalink
docs: improve documentation about the version (#3378)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca authored Oct 7, 2024
1 parent d39233c commit 9f820af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conformance/reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ comply with the following rules:
can be an email address or a support URL (e.g. Github new issue page).
- `url`: it must be a valid url for a GitHub repository, or any other website with
information related to the project.
- `version`: it must be a semver.
- `version`: it must be a snapshot of the project, which means it can be a commit,
a tag, a release, or any other means of specifying a version. It can't be a
branch name.
- `gatewayAPIVersion`: it must contain the version of the Gateway API used to run
the conformance tests.
- `gatewayAPIChannel`: it must contain the channel of the Gateway API used to run
Expand Down

0 comments on commit 9f820af

Please sign in to comment.