diff --git a/eng/source-build-release-announcement.md b/eng/source-build-release-announcement.md index 5c3423dd05..fcb9750306 100644 --- a/eng/source-build-release-announcement.md +++ b/eng/source-build-release-announcement.md @@ -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 \ No newline at end of file +@dotnet/distro-maintainers + +```json +{ + "Channel": "$RELEASE_CHANNEL", + "Runtime": "$RUNTIME_VERSION", + "Sdk": "$SDK_VERSION", + "InstallerTag": "$TAG" +} +``` \ No newline at end of file