From 9322fdaab40347d0b8067e98b47a127e9cdc1b9d Mon Sep 17 00:00:00 2001 From: jsonbailey Date: Fri, 19 Dec 2025 15:50:36 +0000 Subject: [PATCH 1/2] chore: Move provenance file to specific package folder --- PROVENANCE.md => packages/sdk/server-ai/PROVENANCE.md | 0 release-please-config.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename PROVENANCE.md => packages/sdk/server-ai/PROVENANCE.md (100%) diff --git a/PROVENANCE.md b/packages/sdk/server-ai/PROVENANCE.md similarity index 100% rename from PROVENANCE.md rename to packages/sdk/server-ai/PROVENANCE.md diff --git a/release-please-config.json b/release-please-config.json index 9c556a9..eda4032 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,7 +6,7 @@ "versioning": "default", "bump-minor-pre-major": true, "include-v-in-tag": false, - "extra-files": ["src/ldai/__init__.py", "../../../PROVENANCE.md"], + "extra-files": ["src/ldai/__init__.py", "PROVENANCE.md"], "component": "launchdarkly-server-sdk-ai" }, "packages/ai-providers/server-ai-langchain": { From caefc75b7f465c4ac1fa72a2a66bdaa88a253458 Mon Sep 17 00:00:00 2001 From: jsonbailey Date: Fri, 19 Dec 2025 16:09:57 +0000 Subject: [PATCH 2/2] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0411abe..66d1354 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ We encourage pull requests and other contributions from the community. Check out ## Verifying library build provenance with the SLSA framework -LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published library packages. To learn more, see the [provenance guide](PROVENANCE.md). +LaunchDarkly uses the [SLSA framework](https://slsa.dev/spec/v1.0/about) (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published library packages. To learn more, see the [provenance guide](packages/sdk/server-ai/PROVENANCE.md). ## About LaunchDarkly