From 283129546fb71511cb9b2fa0b32faaafd6629487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Ayd=C4=B1n?= Date: Wed, 11 Mar 2026 20:09:41 +0300 Subject: [PATCH 1/2] ci: enable pre-release mode --- .changeset/pre.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 00000000..293fad54 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,11 @@ +{ + "mode": "pre", + "tag": "rc", + "initialVersions": { + "@fingerprint/python-sdk": "8.11.0" + }, + "changesets": [ + "late-peas-drop", + "plenty-clouds-tie" + ] +} From c809a1d4c38907a522274143c5237ad55d219ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20Ayd=C4=B1n?= Date: Wed, 11 Mar 2026 20:17:17 +0300 Subject: [PATCH 2/2] ci: remove pre-populated changesets file --- .changeset/pre.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 293fad54..9bf6fd5e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,8 +4,5 @@ "initialVersions": { "@fingerprint/python-sdk": "8.11.0" }, - "changesets": [ - "late-peas-drop", - "plenty-clouds-tie" - ] + "changesets": [] }