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 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": {