From 5a4d9c49d8e36667a76389f2877aa6e6149a8174 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Wed, 21 Jun 2023 11:33:08 -0400 Subject: [PATCH] Configure chronicle to pre-1.0 mode Track a chronicle config file that causes chronicle to bump minor version instead of major version in response to the "breaking-change" label for pre-1.0 releases. Signed-off-by: Will Murphy --- .chronicle.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .chronicle.yaml diff --git a/.chronicle.yaml b/.chronicle.yaml new file mode 100644 index 00000000000..400437c89ad --- /dev/null +++ b/.chronicle.yaml @@ -0,0 +1 @@ +enforce-v0: true # don't make breaking-change label bump major version before 1.0.