From 5d54e6e847192f63db80c9a7ee23197476c632ce Mon Sep 17 00:00:00 2001 From: William Murphy Date: Tue, 20 Jun 2023 12:08:35 -0400 Subject: [PATCH] Configure chronicle to pre-1.0 mode (#1886) 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.