Skip to content

Commit 07af984

Browse files
authored
chore: Move provenance file to specific package folder (#71)
1 parent daf4813 commit 07af984

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We encourage pull requests and other contributions from the community. Check out
2424

2525
## Verifying library build provenance with the SLSA framework
2626

27-
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).
27+
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).
2828

2929
## About LaunchDarkly
3030

File renamed without changes.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"versioning": "default",
77
"bump-minor-pre-major": true,
88
"include-v-in-tag": false,
9-
"extra-files": ["src/ldai/__init__.py", "../../../PROVENANCE.md"],
9+
"extra-files": ["src/ldai/__init__.py", "PROVENANCE.md"],
1010
"component": "launchdarkly-server-sdk-ai"
1111
},
1212
"packages/ai-providers/server-ai-langchain": {

0 commit comments

Comments
 (0)