Skip to content

Commit

Permalink
Allow 'Feature' release type (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo authored and huyhg committed Jun 6, 2019
1 parent 3d48b48 commit dea2e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crd/kalm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ spec:
type: string
releaseType:
description: '`releaseType` is the type of release. This can be
either BugFix or Security.'
either Feature, BugFix or Security.'
items:
enum:
- Feature
- BugFix
- Security
type: string
Expand Down

0 comments on commit dea2e09

Please sign in to comment.