Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Bump cyamli CLI version to v2.0.0-beta.1 across schema, code, configuration, and documentation.
- Update JSON Schema
$idreferences to beta.1 in bothv2/schemaanddocs - Bump
GetVersionreturn value and CLI manifest version to beta.1 - Refresh documentation files and motivation wording in READMEs
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| v2/schema/cyamli-cli.schema.yaml | Update JSON Schema $id to v2.0.0-beta.1 |
| v2/schema/cyamli-cli.schema.json | Update JSON Schema $id to v2.0.0-beta.1 |
| v2/cmd/cyamli/cli.gen.go | Bump GetVersion return value to v2.0.0-beta.1 |
| v2/cmd/cyamli/cli.cyamli.yaml | Update CLI version to v2.0.0-beta.1 |
| v2/README.md | Update motivation wording in README |
| README.md | Update motivation wording in top-level README |
| docs/cyamli-docs.text | Update version text to v2.0.0-beta.1 |
| docs/cyamli-docs.md | Update header version to v2.0.0-beta.1 |
| docs/cyamli-docs.html | Update <title> and <h1> to v2.0.0-beta.1 |
| docs/cyamli-cli.schema.yaml | Update JSON Schema $id to v2.0.0-beta.1 |
| docs/cyamli-cli.schema.json | Update JSON Schema $id to v2.0.0-beta.1 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
cyamliCLI tool from versionv2.0.0-alpha.5tov2.0.0-beta.1and refines documentation and schema definitions for improved clarity and consistency. The key changes include version updates across multiple files, schema enhancements, and improvements to the README content.Version Updates:
v2.0.0-alpha.5tov2.0.0-beta.1indocs/cyamli-docs.html,docs/cyamli-docs.md,docs/cyamli-docs.text,v2/cmd/cyamli/cli.cyamli.yaml, andv2/cmd/cyamli/cli.gen.go. [1] [2] [3] [4] [5]Schema Enhancements:
$idindocs/cyamli-cli.schema.yamlandv2/schema/cyamli-cli.schema.yamlto reflect the new version. [1] [2]docs/cyamli-cli.schema.jsonandv2/schema/cyamli-cli.schema.jsonfor better clarity and alignment with JSON Schema standards. [1] [2]Documentation Improvements:
README.mdandv2/README.md) to enhance clarity, emphasizing the schema-based approach and reducing boilerplate code. [1] [2]