Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add breaking change policy to website #6049

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update website/src/content/docs/docs/handbook/breaking-change-policy.mdx
  • Loading branch information
timotheeguerin authored Feb 28, 2025
commit 5776fd48c16c7bbdcece811f518285e69aeaf0cf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the stdout of the compiler is not a contract, use teh api for programmatic usage

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ This is to be applicable after 1.0.0 release

## Versioning Scheme

TypeSpec Compiler and libraries follow [semver](https://semver.org/) for versioning. Which means a breaking change(according the following policy) will only be introduced in a major version release.
TypeSpec Compiler and libraries follow a major, minor, patch versioning scheme according to the following policy:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
TypeSpec Compiler and libraries follow a major, minor, patch versioning scheme according to the following policy:
The TypeSpec Compiler and libraries follow a Semantic Versioning (major, minor, patch) versioning scheme according to the following policy:


## Breaking Change Philosophy

Loading
Oops, something went wrong.