From f1cd6580e4a33db82e7a24714cf109575e8680e2 Mon Sep 17 00:00:00 2001 From: Christopher Radek Date: Mon, 14 Oct 2024 14:36:44 -0700 Subject: [PATCH] adds packages to chronus versioning config --- .chronus/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chronus/config.yaml b/.chronus/config.yaml index 1aa7cecd08..0db0cc476a 100644 --- a/.chronus/config.yaml +++ b/.chronus/config.yaml @@ -51,6 +51,10 @@ versionPolicies: - "typespec-vs" - "typespec-vscode" - "@typespec/library-linter" + - "@typespec/events" + - "@typespec/sse" + - "@typespec/streams" + - "@typespec/xml" changelog: ["@chronus/github/changelog", { repo: "microsoft/typespec" }]