-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add release docs and update the README
- Loading branch information
Showing
2 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release v0.12.0 | ||
|
||
:boom: _**WARNING**_! This release contains a breaking change. :boom: | ||
|
||
I restructured the CLI api. Now, generate is a top level command. It has | ||
TWO subcommands called `crd` and `scheme`. Pull request number [#119](https://github.com/Skarlso/crd-to-sample-yaml/pull/119) | ||
introduced a new feature where you are now able to generate a JSON schema | ||
from a CRD. This is useful for auto-generating completion schemas and further | ||
tooling support that uses raw JSON schemas. | ||
|