-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Update LTS and StableRelease settings in metadata #27006
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,6 +5,6 @@ | |||||
| "ReleaseTag": "v7.5.4", | ||||||
| "LTSReleaseTag" : ["v7.4.13"], | ||||||
| "NextReleaseTag": "v7.6.0-preview.6", | ||||||
| "LTSRelease": { "PublishToChannels": false, "Package": false }, | ||||||
| "StableRelease": { "PublishToChannels": false, "Package": false } | ||||||
| "LTSRelease": { "PublishToChannels": false, "Package": true }, | ||||||
| "StableRelease": { "PublishToChannels": true, "Package": true } | ||||||
|
||||||
| "StableRelease": { "PublishToChannels": true, "Package": true } | |
| "StableRelease": { "PublishToChannels": false, "Package": true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StableReleasehas two spaces before the object ("StableRelease": { ... }). Since this line is being modified, consider normalizing spacing to match the rest of the JSON for consistency (single space after:).