From d331984b61832f70a83846bcf884c9e2a8dfd3fc Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Fri, 20 Sep 2024 10:00:36 -0700 Subject: [PATCH] Add lockstep --- .chronus/config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.chronus/config.yaml b/.chronus/config.yaml index 052eff0..a83417e 100644 --- a/.chronus/config.yaml +++ b/.chronus/config.yaml @@ -21,6 +21,15 @@ changeKinds: title: Internal description: Internal changes that are not user facing +versionPolicies: + - name: alloy + type: lockstep + step: minor + packages: + - "@alloy-js/core" + - "@alloy-js/java" + - "@alloy-js/csharp" + - "@alloy-js/typescript" changedFiles: - "!**/*.md" - "!**/*.test.ts"