Skip to content

Commit 86ee9fb

Browse files
committed
Fix typo describing how to update
Signed-off-by: John Collier <[email protected]>
1 parent b2749e7 commit 86ee9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/versioning-and-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Devfile Kubernetes API (defined in https://github.com/devfile/api/) is the s
1212

1313
**Versioning Scheme**: [Kubernetes](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning) (e.g. v1alpha1, v1beta2, v1, v2, etc)
1414

15-
**When to Update**:
15+
**How to Update**:
1616

1717
1) Add a new folder in the source repository ([pkg/apis/workspaces](https://github.com/devfile/api/tree/master/pkg/apis/workspaces) in [devfile/api](https://github.com/devfile/api/))
1818
2) Add a schema and version in the CRD manifests
@@ -29,7 +29,7 @@ As mentioned above, the Devfile JSON schema is generated from the Go structs def
2929

3030
**Versioning Scheme**: Semantic Versioning (major.minor.bugfix)
3131

32-
**When to Update**:
32+
**How to Update**:
3333

3434
1) Update the schema version string in the `// +devfile:jsonschema:version=<schema-version>` annotation in `pkg/apis/workspace/<k8s-api-version>/doc.go`
3535
2) Re-generate the json schema

0 commit comments

Comments
 (0)