Skip to content

Commit b2749e7

Browse files
committed
Be clear on how api tag corresponds to api version
Signed-off-by: John Collier <[email protected]>
1 parent 780fd68 commit b2749e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/versioning-and-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following steps outline the steps done to release a new version of the Devfi
6868
v) Finally, a PR is opened to merge these changes into the release branch
6969

7070
3) Once the release PR is approved and merged, the release engineer creates a new release on GitHub based off the release branch that was just created and includes the generated `devfile.json` as a release artifact.
71-
- The tag `v{major}.{minor}.{bugfix}`, where the semver corresponds to the devfile schema version, is used to enable the new version of the API to be pulled in as a Go module.
71+
- The tag `v{major}.{minor}.{bugfix}`, where the `{major}.{minor}.{bugfix}` corresponds to the devfile schema version, is used to enable the new version of the API to be pulled in as a Go module.
7272

7373
4) Once the release is published, GitHub actions run to publish the new schema to devfile.io. The “stable” schema is also updated to point to the new schema.
7474

0 commit comments

Comments
 (0)