Skip to content
Merged
Changes from all commits
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
11 changes: 10 additions & 1 deletion eng/source-build-release-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ Please use the [$TAG tag]($TAG_URL) to source-build .NET version $RUNTIME_VERSIO
- Release Notes: $RELEASE_NOTES_URL
- Tag URL: $TAG_URL

@dotnet/distro-maintainers
@dotnet/distro-maintainers

```json
{
Copy link
Member

Choose a reason for hiding this comment

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

I agree with @crummel that a better indication of the machine readable section should be considered. Avoiding a comment block would make this more visible and promote usage. e.g. ```json would be better IMO.

Copy link
Member Author

@lbussell lbussell Nov 29, 2022

Choose a reason for hiding this comment

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

I see, would we rather have the info be visible in the announcement? The original suggestion was explicitly for a comment (see #1836 (comment))

I can put together an example of how to pull the info from the discussion announcement.

"Channel": "$RELEASE_CHANNEL",
"Runtime": "$RUNTIME_VERSION",
"Sdk": "$SDK_VERSION",
"InstallerTag": "$TAG"
}
```