Skip to content

Commit 5eee8f2

Browse files
committed
Automatically update version
1 parent ff50b75 commit 5eee8f2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

PROVENANCE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ As part of [SLSA requirements for level 3 compliance](https://slsa.dev/spec/v1.0
66

77
To verify SLSA provenance attestations, we recommend using [slsa-verifier](https://github.com/slsa-framework/slsa-verifier). Example usage for verifying SDK packages is included below:
88

9+
<!-- x-release-please-start-version -->
910
```
1011
# Download package from PyPi
1112
$ pip download --only-binary=:all: launchdarkly-server-sdk
@@ -25,6 +26,7 @@ Verifying artifact launchdarkly_server_sdk-9.2.0-py3-none-any.whl: PASSED
2526
2627
PASSED: Verified SLSA provenance
2728
```
29+
<!-- x-release-please-end -->
2830

2931
Alternatively, to verify the provenance manually, the SLSA framework specifies [recommendations for verifying build artifacts](https://slsa.dev/spec/v1.0/verifying-artifacts) in their documentation.
3032

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"release-type": "python",
55
"versioning": "default",
66
"include-v-in-tag": false,
7-
"extra-files": ["ldclient/version.py"],
7+
"extra-files": ["ldclient/version.py", "PROVENANCE.md"],
88
"include-component-in-tag": false
99
}
1010
}

0 commit comments

Comments
 (0)